List VA Banks
Get the list of banks supported for virtual account transfers.
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/banksIf 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"
}
]
}