Payout Destinations
Mobile Payout Destination
Creating a mobile payout destination.
POST
https://api.chpter.co/v1/payout/mobile-destination
Headers
Name
Type
Description
Api-Key*
String
Your chpter Public Key
Content-Type
String
application/json
Request Body
Name
Type
Description
type*
String
Mobile destination type (mpesa)
phone_number*
String
Mobile destination phone number
{
"message": "destination exists",
"success": true,
"status": 200
}
Mobile Payout Destination Quick view
{
"type": "mpesa",
"phone_number": "254700123123"
}
Domestic Banks Payout Destination
Creating a domestic bank payout destination.
POST
https://api.chpter.co/v1/payout/domestic-bank-destination
Headers
Name
Type
Description
Api-Key*
String
Your chpter Public Key
Content-Type
String
application/json
Request Body
Name
Type
Description
bank_name*
String
Bank name
bank_account_name*
String
Bank account name
bank_account_number*
String
Bank account number
{
"message": "destination exists",
"success": true,
"status": 200
}
Domestic Banks Payout Destination Quick view
{
"bank_name": "KCB",
"bank_account_name": "ALBERT CHELA",
"bank_account_number": "123451267"
}
Last updated