Tanzania
Learn everything you need to know to make payouts in Tanzania with dLocal.
Mandatory parameters - Bank transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | ALL |
pass | 32 chars | ALL |
external_id | Max. 100 chars | ALL |
beneficiary_name | Max. 50 chars | ALL |
beneficiary_lastname | Max. 50 chars | ALL |
country | TZ | ALL |
amount | Max. 2 decimal numbers | ALL |
currency | TZS or USD | ALL |
bank_branch | SWIFT code (we accept 8 or 11 alphanumeric characters in upper case) | ALL |
bank_account | Min. length 8 and Max. length 20 | ALL |
purpose | EPREMT - Remittance (C2C) EPBTOB - Business to Business (B2B) | C2C, B2B |
remitter_full_name | Max. 200 chars Mandatory only for remittance (C2C) | C2C |
remitter_document | Max. 45 chars Mandatory only for remittance (C2C) | C2C |
remitter_document_type | 'ID' for national identification number 'PASS' for passport Mandatory only for remittance (C2C) | C2C |
remitter_birth_date | Format 'YYYYMMDD' Mandatory only for remittance (C2C) | C2C |
remitter_address | Max. 200 chars Mandatory only for remittance (C2C) | C2C |
remitter_city | Max. 40 chars Mandatory only for remittance (C2C) | C2C |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (C2C) | C2C |
remitter_nationality | ISO 3166-1 alpha-2 code Mandatory only for remittance (C2C) | 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"
}
Mandatory parameters - Wallet
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
beneficiary_name | Max. 50 chars |
beneficiary_lastname | Max. 50 chars |
document_id | Max. 100 chars |
document_type | PASS - Passport NI - National ID MIL - Military |
country | TZ |
amount | Max. 2 decimal numbers |
account_type | TIGOPESA , ZANTEL , VODACOM , AIRTELMONEY . |
phone | +255 + mobile phone number (9 digits) |
currency | TZS |
Example request - Wallet
{
"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",
}
Updated about 1 month ago