Mali
Learn everything you need to know to make payouts in Mali with dLocal.
Mandatory parameters
Mandatory parameter | Description | Flow type |
---|---|---|
login | 32 chars | B2C, P2P |
pass | 32 chars | B2C, P2P |
external_id | Max. 100 chars | B2C, P2P |
beneficiary_name | Max. 50 chars | B2C, P2P |
beneficiary_lastname | Max. 50 chars | B2C, P2P |
country | ML | B2C, P2P |
amount | Max. 2 decimal numbers | B2C, P2P |
account_type | ORANGE or MOOV | B2C, P2P |
phone | E.164 format (+223 + 9-digit number) | B2C, P2P |
currency | XOF or USD | B2C, P2P |
purpose | EPREMT - Remittance (P2P)Mandatory only for remittance (P2P) | P2P |
remitter_full_name | Max. 200 chars. Mandatory only for remittance (P2P) | P2P |
remitter_document_type | ID for national identification numberPASS for passportMandatory only for remittance (P2P) | P2P |
remitter_document | Max. 45 chars Mandatory only for remittance (P2P) | P2P |
remitter_birth_date | Format YYYYMMDD Mandatory only for remittance (P2P) | P2P |
remitter_address | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_city | Max. 40 chars Mandatory only for remittance (P2P) | P2P |
remitter_country | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | P2P |
remitter_nationality | ISO 3166-1 alpha-2 code Mandatory only for remittance (P2P) | P2P |
Example request
{
"login": "yourloginstringhere",
"pass": "yourpasswordstringhere",
"external_id": "unique-external-id-123",
"beneficiary_name": "Awa",
"beneficiary_lastname": "Traore",
"country": "ML",
"amount": "1000.00",
"account_type": "ORANGE",
"phone": "+223912345678",
"currency": "XOF"
}
{
"login": "yourloginstringhere",
"pass": "yourpasswordstringhere",
"external_id": "unique-external-id-456",
"beneficiary_name": "Awa",
"beneficiary_lastname": "Traore",
"country": "ML",
"amount": "500.00",
"account_type": "MOOV",
"phone": "+223987654321",
"currency": "USD",
"purpose": "EPREMT - Remittance (P2P)",
"remitter_full_name": "Moussa Diarra",
"remitter_document_type": "ID",
"remitter_document": "A12345678",
"remitter_birth_date": "19850115",
"remitter_address": "123 Main Street, Bamako",
"remitter_city": "Bamako",
"remitter_country": "SN",
"remitter_nationality": "SN"
}
Updated about 14 hours ago