Disburse (pay)
This endpoint enables you to disburse / make payout to your customers (banks and mobile network operators).
POST {{uri}}/kes/disburse
Body Request
name
type
description
type
string
Type of payment, MOBILE, BUY_GOODS & PAYBILL
shortcode
string
Recipient mobile number
account_number
string
Required if type is PAYBILL
amount
integer
Amount to disburse
mobile_network
string
Supported mobile network ie Safaricom
callback_url
url
URL to receive payment notification
{
"code": 200,
"message": "Disburse initiated",
"data": {
"status": "PENDING",
"transaction_code": "TSALX",
"message": "Success! Processing payment."
}
}
Last updated