Validate account name
Validate a bank account, M-Pesa number, or till/paybill before initiating a payout. Returns the registered account holder name and account status. Use this to confirm the recipient identity before sending funds. Currently only Kenya (KE) is supported.
Documentation Index
Fetch the complete documentation index at: https://docs.fingopay.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key as a Bearer token. Example: Authorization: Bearer sk_live_...
Query Parameters
Country code (ISO 3166-1 alpha-2). Currently only KE (Kenya) is supported.
KE "KE"
The account identifier to validate. For M-Pesa this is the phone number (e.g. 254712345678), for bank accounts this is the account number, for tills/paybills this is the business number.
"0112345678900"
The type of account to validate.
choice_bank, mpesa_paybill, mpesa_till, mpesa_mobile, pesalink Bank code from the /v1/local-bank-codes endpoint. Required when accountType is pesalink.
"07000"
Response
Validation result returned. Check the found field to determine whether the account exists.