Tanzania lookup
Payment Account Types
The supported payment account types in Tanzania are:
- MOBILE_MONEY
- BANK_ACCOUNT
Mobile Money
The supported mobile money operators in Tanzania are:
- VODACOM (aka M-PESA)
- AIRTEL
- TIGO
- HALOTEL
- TTCL
Banks
We support lookups for various banks in Tanzania. 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=VODACOM" \
-H "Authorization: Bearer <sandbox_api_key>" \
-H "Accept: application/json"
Updated 4 days ago