Bank List
Overview
The method returns all banks and mircofinanace banks eTranzact has one type of integration with, not all banks in this list support real-time fund transfers. It also contains bank name, bank code and alias.
- Sample Request
- Sample Response
POST / banks
curl `${baseurl}/banks`
-H "Content-type: application/json"
-X POST
-d '{
"action": "BL",
"terminalId": "7000000001",
"transaction": {
"pin": "kghxqwveJ3eSQJip/cmaMQ==",
"reference": "08032221212",
}
}'
POST / banks
{
"direction": "response",
"reference": "09FG2110141524400822WKY9A",
"companyId": null,
"date": null,
"amount": 0,
"totalFailed": 0,
"totalSuccess": 0,
"error": "0",
"message": "{\"bank\":[{\"bankCode\":\"AIRTELMONEY\",\"bankName\":\"AIRTELMONEY\",\"bankAlias\":\"MNO\"}]}",
"bulkItems": null,
"otherReference": "reference958239",
"action": "BL",
"records": null,
"currency": null,
"openingBalance": 0,
"closingBalance": 0,
"bankCode": null
}