Ghana lookup

Payment Account Types

The supported payment account types in Ghana are:

  • MOBILE_MONEY
  • BANK_ACCOUNT

Mobile Money

The supported mobile money operators in Ghana are:

  • AIRTELTIGO
  • MTN
  • VODAFONE

Banks

We support lookups for various banks in Ghana. 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.

curl -X GET \
  "https://rest.sandbox.rafiki-api.com/v1/lookups/+233201234567?payment_account_type=MOBILE_MONEY&operator=MTN" \
  -H "Authorization: Bearer <sandbox_api_key>" \
  -H "Accept: application/json"