cURL
curl --request POST \ --url https://api.stablepay.ai/momo/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "accountNumber": 123, "type": "Paybill" }'
{ "success": true, "accountName": "<string>" }
Spend with stablecoin at mobile money merchants in Kenya and Uganda.
JWT token for API authentication
Resolve an Mpesa Till or Paybill number
The body is of type object.
object
Payout request successfully created.
The response is of type object.