Ethiopia lookup (Beta)

Payment Account Types

The supported payment account types in Ethiopia are:

  • MOBILE_MONEY
  • BANK_ACCOUNT

Mobile Money

The supported mobile money operators in Ethiopia are:

  • SAFARICOM (aka M-PESA)
  • TELEBIRR

Bank Account

We support lookups for various banks in Ethiopia. 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/+255712345678?payment_account_type=MOBILE_MONEY&operator=SAFARICOM" \
  -H "Authorization: Bearer <sandbox_api_key>" \
  -H "Accept: application/json"