Ghana
Learn about the dLocal supported payment methods in Ghana.
Payment Methods Available
Cards
To offer all the card options that may be available in your integration, send the
payment_method_id
asCARD
.
Alternative Payment Method
Mobile Money payments
For Mobile Money payments in Ghana in particular, the network
object is required. It has the metadata.mobile_carrier
parameter. The possible values for that parameter are MTN
, VODAFONE
or TIGO
.
Example
{
"amount": 100,
"currency": "GHS",
"country": "GH",
"payment_method_id": "MW",
"payment_method_flow": "DIRECT",
"payer": {
"name": "Thiago Gabriel",
"email": "[email protected]",
"document": "52463567015"
},
"metadata": {
"mobile_carrier": "MTN",
},
"order_id": "623576234",
"notification_url": "http://merchant.com/notifications"
}
Updated 29 days ago