List VA Banks

Use this endpoint to retrieve the banks supported by the virtual account transfer rail. Use the returned code as bankCode when resolving an account name or creating a VA beneficiary.

GET {{host}}/v1/va/transfer/banks

If the API call is successful, Kyshi returns a list of supported banks.

{
  "status": true,
  "message": "Success",
  "code": 200,
  "data": [
    {
      "id": 88,
      "code": "000014",
      "name": "Access Bank",
      "logo": "",
      "created": "2019-09-26 18:20:59"
    },
    {
      "id": 301,
      "code": "000013",
      "name": "GTBank",
      "logo": "",
      "created": "2019-09-26 18:20:59"
    }
  ]
}