GetBankCode Method is implemented and used to retrieve banks code.
HTTP Method: GET
Resource Url
https://sandbox.interswitchng.com/api/v2/quickteller/configuration/fundstransferbanks
Headers
Please refer to attached document to learn how to compute the required headers for authentication.
ISA01000I Interswitch Services API Specification
Authentication Headers
Content Type:application/json Authorization:InterswitchAuth SUifhfjdbxbkfhj132hdfhjshfjhsv Signature: kuTwggg/3gdgdghs= Timestamp: 1434455667788 Nonce:7333394444423754333 SignatureMethod:SHA1 TerminalID: 3DMO0001 |
GetBanksCode Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
{ "banks": [ { "id": "31", "cbnCode": "044", "bankName": "Access Bank Nigeria Plc", "bankCode": "ABP" }, { "id": "101", "cbnCode": "056", "bankName": "Ecobank Nigeria 2", "bankCode": "ECO2" }, { "id": "128", "cbnCode": "085", "bankName": "First Inland Bank Plc", "bankCode": "FIB" }, { "id": "10", "cbnCode": "058", "bankName": "Guaranty Trust Bank Plc", "bankCode": "GTB" }, { "id": "121", "cbnCode": "232", "bankName": "Sterling Bank Plc", "bankCode": "SBP" }, { "id": "117", "cbnCode": "057", "bankName": "Zenith Bank International", "bankCode": "ZIB" } ] } |
Communication
Requests will be sent over the REST protocol