cURL
curl --request POST \ --url https://api.stablepay.ai/momo/payout \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 11, "destination": "Paybill", "accountName": "<string>", "accountNumber": "<string>", "businessNumber": "<string>", "reference": "<string>", "currency": "KES", "country": "KE", "code": "M-Pesa" }'
{ "success": true, "transactionId": "<string>" }
Spend with stablecoin at mobile money merchants in Kenya and Uganda.
JWT token for API authentication
Create a new Mpesa payment.
The body is of type object.
object
Payout request successfully created.
The response is of type object.