Skip to main content

List supported banks

GET/api/merchant/banks

List supported banks

Responses

200 Supported bank list

Example response

{
  "message": "merchant bank list fetched",
  "response": [
    {
      "bankCode": "100004",
      "bankName": "OPAY"
    },
    {
      "bankCode": "100033",
      "bankName": "PALMPAY"
    }
  ]
}