GHS Payments

Use GHS for Ghana payouts and account verification requests.

Currency Value

GHS

Retrieve Ghana Institutions

GET https://backendapi.sayswitchgroup.com/api/v1/bank_list/GHS

Headers

Authorization: Bearer YOUR_SECRET_KEY
Content-Type: application/json

Account 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.