Fetch bank details
Fetch a non-paginated list of bank details.
GET
https://api.ivorypay.io/v1/bank-details
{
"status": "success",
"message": "Query successful",
"data": [
{
"uuid": "863c0b05-e9c4-4e92-818a-a0442e9adf55",
"accountNumber": "0100768261",
"accountName": "John Ibe",
"bankCode": "051",
"swiftCode": null,
"bankName": "Access Bank",
"userId": "3f795e70-3267-458d-9d45-4d66d01e118d",
"countryId": "86666304-7d8e-42ca-8007-413570dd6ce9",
"businessId": "e0353a89-09dc-4304-ac1e-618b6f88f721",
"isDeleted": false,
"isPrimary": 0,
"createdAt": "2022-10-03T16:19:38.039Z",
"updatedAt": "2022-10-03T16:19:38.039Z"
}
]
}