Validate Account
Resolve an account number or phone number to its registered name.
Authorizations
Stablepay API key. Include as Authorization: Bearer <key>.
Body
The account number of the payment method. Must be in E.164 format with the + prefix when paymentMethod is MOMO.
"+254712345678"
Recipient country code.
GH, KE, NG, TZ, UG, ZM, CM, CI, SN, BJ, BF, CD, ZA The supported payment method used to deliver funds to the recipient.
BANK, MOMO, PAYBILL, TILL Required when paymentMethod is BANK. Use the List Supported Banks endpoint to look up the paymentCode for recipient's bank. Available BANK options: OPAY, BANKCODE.
"OPAY"
Response
Account resolved successfully.
Registered account holder name is resolved for Kenya (MPESA, PAYBILL & TILL) and Nigeria (BANK). Returns the phone number for corridors that only support operator detection.
"Jane Doe"
The account number of the payment method. Must be in E.164 format with the + prefix when paymentMethod is MOMO.
"+254712345678"
Carry this value forward directly as paymentCode on the payment endpoints.
PAYBILL / TILL: No code applies for these methods.
"MPESA"
Recipient country code as supplied in the request.
"KE"
Fiat currency derived from the country code. Use as sourceCurrency (payin) or destinationCurrency (payout) in subsequent calls.
"KES"
Payment method as supplied in the request.
"MOMO"

