GHS Payments
Use GHS for Ghana payouts and account verification requests.
Currency Value
GHSRetrieve Ghana Institutions
GET https://backendapi.sayswitchgroup.com/api/v1/bank_list/GHSHeaders
Authorization: Bearer YOUR_SECRET_KEY
Content-Type: application/jsonAccount Verification
Pass GHS as the currency when verifying a Ghana bank account or mobile money number.
{
"bank_code": "MTNGH",
"account_number": "233000000000",
"currency": "GHS"
}Payout Request
Pass GHS as the currency when initiating a Ghana bank or mobile money payout.
{
"account_name": "John Doe",
"account_number": "0245690993",
"amount": "10",
"bank_code": "MTNGH",
"bank_name": "MTNGH",
"currency": "GHS",
"narration": "Test transfer",
"reference": "UNIQUE_TRANSACTION_REFERENCE",
"paymentMode": "momo"
}Use paymentMode value bank for bank transfers and momo for mobile money transfers.