Uganda
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 | UG | ALL |
bank_branch | SWIFT code (we accept 8 or 11 alphanumeric characters in upper case) | ALL |
bank_account | Max. length 18 digits | ALL |
amount | Max. 2 decimal numbers | ALL |
currency | UGX or USD | 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_type | 'ID' for national identification number 'PASS' for passport Mandatory only for remittance (C2C) | C2C |
remitter_document | Max. 45 chars 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": "68907654",
"beneficiary_name": "Jhon",
"beneficiary_lastname": "Miles",
"country": "UG",
"amount": "100",
"currency": "UGX",
"bank_branch": "UGBAUGKA",
"bank_account": "045264442334",
"notification_url": "https://thisisawebsite.net/payments",
"type": "json"
}
Mandatory parameters - Wallet transfers
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | B2C, C2C |
pass | 32 chars | B2C, C2C |
external_id | Max. 100 chars | B2C, C2C |
beneficiary_name | Max. 50 chars | B2C, C2C |
beneficiary_lastname | Max. 50 chars | B2C, C2C |
country | UG | B2C, C2C |
amount | Max. 2 decimal numbers | B2C, C2C |
account_type | Possible options: MTN, AIRTEL, TELCOM, AFRICELL | B2C, C2C |
phone | Mobile phone number can be sent either with 9 digits (e.g. 123456789) or with the country code (+256) plus 9 digits (e.g. +256123456789) | B2C, C2C |
currency | UGX | B2C, C2C |
purpose | EPREMT - Remittance (C2C) Mandatory only for remittance (C2C) | C2C |
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": "68907654",
"beneficiary_name": "Jhon",
"beneficiary_lastname": "Miles",
"country": "UG",
"amount": "100",
"currency": "UGX",
"account_type": "AIRTEL",
"phone": "+256123456789",
"notification_url": "https://thisisawebsite.net/payments",
"type": "json"
}
Updated 3 months ago