Cameroon lookup

Payment Account Types

The supported payment account type in Cameroon is:

  • MOBILE_MONEY

Mobile Money

The supported mobile money operator in Cameroon is:

  • MTN

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.

MOBILE_MONEY

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