POST
/
momo
/
resolve
Resolve a Till or Paybill number
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>"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Body

application/json

Resolve an Mpesa Till or Paybill number

The body is of type object.

Response

201
application/json

Payout request successfully created.

The response is of type object.