For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disburse

This endpoint calls the Pretium payment protocol to verify that the payment has been made to the settlement wallet and release the equivalent amount in fiat.

POST {{uri}}/v1/pay/UGX

Body Request


Name
Type
Description

shortcode

String

Recipient mobile number

amount

Integer

Amount to disburse

mobile_network

String

Supported mobile network ie MTN

transaction_hash

String

0x2cc419f14f6f1fefdb58e0359480fa321866a10668513488e71677c345339f27

chain

String

CELO

callback_url

URL

URL to receive payment notification

{

    "shortcode": "0799770833",
    "amount": "500",
    "fee": "10",
    "mobile_network": "MTN"
    "chain": "CELO",
    "transaction_hash":"0x55a572efe1720250e442f38741477a4fc3f7f152e5cd208cc52f8222a1c2a13b",
    "callback_url": "https://pretium.africa/callback"
}

Last updated