Account
Validate Account
Resolve an account number or phone number to its registered name.
POST
Authorizations
Stablepay API key. Include as Authorization: Bearer <key>.
Body
application/json
The account number or phone number to resolve.
Example:
"0722000001"
Fiat currency associated with the account.
Available options:
GHS, KES, NGN, TZS, UGX, ZMW How the recipient receives funds.
Available options:
BANK, MOMO, PAYBILL, TILL Bank code — required when paymentMethod is BANK.
Example:
"01"
Response
Account resolved successfully.
Registered account holder name. Null when the corridor only supports network detection.
Example:
"Jane Wanjiku"
The account number as submitted.
Example:
"0722000001"
Detected MNO for MOMO requests. Null for BANK, PAYBILL, TILL.
Example:
"MPESA"

