Disburse
This endpoint enables you to make payout to your customers.
POST {{uri}}/kes/disburse
Body Request
name
type
description
amount
integer
Amount to disburse
shortcode
string
Recipient mobile number
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