Disburse

This endpoint enables you to make payout to your customers.

POST {{uri}}/ke/mpesa/disburse

Body Request


nametypedescription

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