Tanzania
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 | “mobile" |
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":"mobile",
"phone":"+255222117730",
"document_id":"6896986969",
"document_type":"NI",
}
Updated 5 months ago