Resolve Bank Code

GetBankCode Method is used to retrieve banks Code

HTTP Method: GET

๐Ÿ“˜

endpoint

https://qa.interswitchng.com/quicktellerservice/api/v5/configuration/fundstransferbanks

๐Ÿ“˜

Header

Authentication Bearer
Content-Type application/json
TerminalID 3PBL0001

sample request

curl https://qa.interswitchng.com/quicktellerservice/api/v5/configuration/fundstransferbanks \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-H "TerminalID: <your_terminal_id>" \
-X GET

sample request

{
	"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"
		}
	]
}

Whatโ€™s Next

API Reference