Disbursement

This endpoint enables you to make payments to your customers.

POST https://pretium.africa/api/v1/payment/disburse

Headers


NameTypeDescription

api-key

string

Partner access API key

Request Body


NameTypeDescription

amount

number

Amount to disburse to customer

mobile

string

Customer's phone number

mobile_network

string

Mobile money network i.e Safaricom, MTN or Airtel

callback_url

url

URL to receive payment notification

{
   "status": true,
   "transaction_code": "SDF34D"
}

Last updated