/
Get a List of All Financial institutions

Get a List of All Financial institutions

 

Title: Get List of All Financial Institution by Country Code

Description: This endpoint provides list of all financial institutions available for a country code

URL: https://laas.leatherback.co/payout/Disbursement/Payout/BankCodes/:countryIso2

 

Element

Description

Type

Example

Required

countryIso2

Country code of the currency

String | iso2

 

 

to be pass as path variable

NG

 

Available countryIso

 

“NG” -> Nigeria Banks

“ET” -> Ethiopia Banks

“PK” -> Pakistan Banks

Yes

{ "value": [ { "code": "110005", "name": "3LINE CARD MANAGEMENT LIMITED" }, { "code": "120001", "name": "9 payment service Bank" }, { "code": "050005", "name": "AAA FINANCE" }, ...additional items ], "isSuccess": true, "error": "", "message": "", "responseCode": null, "type": null, "title": null, "status": 202, "detail": null, "instance": null, "extensions": {} }
{ "value": [], "isSuccess": true, "error": "", "message": "", "responseCode": null, "type": null, "title": null, "status": 202, "detail": null, "instance": null, "extensions": {} }

 Related articles

Leatherback 2024