Tanzania

Learn everything you need to know to make payouts in Tanzania with dLocal.

Market specifications

Take a look of all the information you need to make a payout.

Country reference Mandatory paramenters

Payment methods

Find all the information about payment methods capabilities.

Bank transfers Wallet transfers

Market specifications

Do you want to know more information about Tanzania's market? Go to the Expand Your Reach in Africa’s eCommerce Market article.

Country reference

country codecurrency codeamount decimalsdocument namedocument formatdocument required?
TZTZS2National Identity CardUnique 20 digit national ID numberYes

Mandatory parameters

Bank transfers

Bank transfer parametersB2CB2BP2P
loginYesYesYes
passYesYesYes
external_idYesYesYes
beneficiary_nameYesYesYes
beneficiary_lastnameYesYesYes
countryYesYesYes
amountYesYesYes
currencyYesYesYes
bank_branchYesYesYes
bank_accountYesYesYes
purpose-YesYes
remitter_full_name--Yes
remitter_document--Yes
remitter_document_type--Yes
remitter_birth_date--Yes
remitter_address--Yes
remitter_city--Yes
remitter_country--Yes
remitter_nationality--Yes

Wallet transfers

Wallet transfer parametersB2CB2B
loginYesYes
passYesYes
external_idYesYes
beneficiary_nameYesYes
beneficiary_lastnameYesYes
document_idYesYes
document_typeYesYes
countryYesYes
amountYesYes
account_typeYesYes
phoneYesYes
currencyYesYes

Payment methods

Tanzania supports payouts via Bank transfers and Wallet transfers. Each method requires specific parameters and follows validation rules aligned with local compliance and banking standards.

Use Wallet transfers for instant payments to mobile wallets. Use Bank transfers when sending funds directly to a bank account.

Bank transfers

Bank transfers in Tanzania require detailed account information, including SWIFT code and account number. The format of these fields depends on the receiving bank, and strict validation rules apply.

Mandatory parameters

All fields listed below are required for bank transfer payouts. For successful processing, ensure correct formatting and value types.

Mandatory parameterDescription
loginAPI authentication credentials. Maximum 32 characters.
passAPI authentication credentials. Maximum 32 characters.
external_idUnique transaction identifier. Maximum 100 characters.
beneficiary_nameFirst name of the beneficiary. Maximum 50 characters.
beneficiary_lastnameLast name of the beneficiary. Maximum 50 characters.
countryCountry code. For Tanzania, use TZ.
amountPayout amount. Use up to 2 decimal places.
currencyPayout currency. For Tanzania, use TZS or USD.
bank_branchSWIFT code (8 or 11 alphanumeric characters in upper case).
bank_accountBank account number. Minimum length 8 and Maximum length 20.
purposeReason for the payout. EPREMT for Remittance (C2C), EPBTOB for Business to Business (B2B).
remitter_full_nameFull name of the sender. Maximum 200 characters. Mandatory only for remittance (C2C).
remitter_documentDocument number of the sender. Maximum 45 characters. Mandatory only for remittance (C2C).
remitter_document_typeType of identification document: ID for national identification number, PASS for passport. Mandatory only for remittance (C2C).
remitter_birth_dateSender’s birth date in YYYYMMDD format. Mandatory only for remittance (C2C).
remitter_addressFull address of the sender. Maximum 200 characters. Mandatory only for remittance (C2C).
remitter_cityCity of the sender. Maximum 40 characters. Mandatory only for remittance (C2C).
remitter_countryISO 3166-1 alpha-2 code of the sender. Mandatory only for remittance (C2C).
remitter_nationalityISO 3166-1 alpha-2 code of the sender's nationality. Mandatory only for remittance (C2C).

Example request

{
  "login": "1n234n56",
  "pass": "HolAc123o",
  "external_id": "689076541112",
  "beneficiary_name": "Andrew",
  "beneficiary_lastname": "Roberts",
  "country": "TZ",
  "amount": "121",
  "currency": "TZS",
  "bank_account": "123456789012",
  "bank_branch": "UCCTTZTZ",
  "notification_url": "https://thisisawebsite.net/payments",
  "type": "json"
}

Wallet transfers

Wallet transfers enable real-time transfers using a mobile phone number linked to a wallet.

The account_type field must indicate the type of wallet being used (e.g., TigoPesa, Zantel, Vodacom, Airtel Money). The phone field must be present and correctly formatted.

Mandatory parameters

The table below outlines the required parameters for Wallet transfers.

Mandatory parameterDescription
loginAPI authentication credentials. Maximum 32 characters.
passAPI authentication credentials. Maximum 32 characters.
external_idUnique transaction identifier. Maximum 100 characters.
beneficiary_nameFirst name of the beneficiary. Maximum 50 characters.
beneficiary_lastnameLast name of the beneficiary. Maximum 50 characters.
document_idDocument ID of the beneficiary. Maximum 100 characters.
document_typeType of identification document: PASS (Passport), NI (National ID), MIL (Military).
countryCountry code. For Tanzania, use TZ.
amountPayout amount. Use up to 2 decimal places.
account_typeType of wallet being used: TIGOPESA, ZANTEL, VODACOM, AIRTEL MONEY.
phoneMobile phone number. Country code +255 plus 9 digits.
currencyPayout currency. For Tanzania, use TZS.

Example request

{
  "login": "1n234n56",
  "pass": "HolAc123o",
  "external_id": "1234567812345678",
  "beneficiary_name": "JUAN",
  "beneficiary_lastname": "NASCIMENTO",
  "country": "TZ",
  "amount": "1100.00",
  "currency": "TZS",
  "account_type": "TIGOPESA",
  "phone": "+255222117730",
  "document_id": "6896986969",
  "document_type": "NI"
}