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: /payout/Disbursement/Payout/BankCodes/:countryIso2
Base URL: https://laas.leatherback.co
HTTP Method: GET
Headers: authorization Set value to X-API: SECRET_KEY
string
Sample Response code : 200
{ "isSuccess": true, "error": "", "message": "", "responseCode": null, "type": null, "title": null, "status": 202, "detail": null, "instance": null, "extensions": {} }
countryIso2:
"NG" -> Nigeria
"ET" -> Ethopia
"IN" -> Indian
"PK" -> Pakistan
Add Comment