Nigeria lookup
Payment Account Types
The supported payment account type in Nigeria is:
- BANK_ACCOUNT
Banks
We support lookups for various banks in Nigeria. To retrieve the most current list of supported banks, use the list banks endpoint.
For full API details and parameters, see the Lookup resource.
Sample request
Info: In the sandbox environment, lookup responses return fictitious account holder names and no real-time queries are performed against external providers. Use these requests for testing only; production responses will reflect real data.
BANK_ACCOUNT
Info: The bank_id shown in this sample refers to a fictitious bank in our sandbox environment. It is intended for testing only and will not work in production. In production, retrieve the current list of supported banks and use a real bank_id for the destination country via the List banks endpoint.
curl -X GET \
"https://rest.sandbox.rafiki-api.com/v1/lookups/0123456789?payment_account_type=BANK_ACCOUNT&bank_id=bnk-2c5jWiL5KzRK3rnBnH0pvO2coF1" \
-H "Authorization: Bearer <sandbox_api_key>" \
-H "Accept: application/json"
Updated 4 days ago