Ghana
Learn everything you need to know to make payouts in Ghana 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 | GH | ALL |
bank_branch | SWIFT code (we accept 8 or 11 alphanumeric characters in upper case) | ALL |
bank_account | Max. length 14 digits | ALL |
amount | Max. 2 decimal numbers | ALL |
currency | GHS or USD | ALL |
purpose | EPREMT - Remittance (P2P) EPBTOB - Business to Business (B2B) | P2P, B2B |
remitter_full_name | Max. 200 chars Mandatory only for remittance (P2P) | P2P |
remitter_document | Max. 45 chars Mandatory only for remittance (P2P) | P2P |
remitter_document_type | 'ID' for national identification number 'PASS' for passport 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":"1n234n56",
"pass":"HolAc123o",
"external_id": "68907654",
"beneficiary_name": "Jhon",
"beneficiary_lastname": "Miles",
"country": "GH",
"amount": "100",
"currency": "GHS",
"bank_branch": "ECOCGHAC",
"bank_account": "433212345678",
"notification_url": "https://thisisawebsite.net/payments",
"type": "json"
}
Mandatory parameters - Wallet transfers
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 | GH | B2C, P2P |
amount | Max. 2 decimal numbers | B2C, P2P |
account_type | Possible options: AIRTELTIGO, VODACOM, MTN, G-MONEY | B2C, P2P |
phone | +233 + mobile phone number (9 digits) | B2C, P2P |
currency | GHS 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 number 'PASS' for passport Mandatory 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":"1n234n56",
"pass":"HolAc123o",
"external_id": "68907654",
"beneficiary_name": "Jhon",
"beneficiary_lastname": "Miles",
"country": "GH",
"currency": "GHS",
"amount": "150",
"currency": "GHS",
"account_type": "VODACOM",
"phone": "+233123456789",
"notification_url": "https://thisisawebsite.net/payments",
"type": "json"
}
Updated about 1 month ago