Panel |
---|
|
Title: Get List of All Financial Institution by Country Code |
Panel |
---|
|
Description: This endpoint provides list of all financial institutions available for a country code |
Panel |
---|
|
URL: https://laas.leatherback.co/payout/Disbursement/Payout/BankCodes/:countryIso2 |
...
Panel |
---|
|
Headers: authorization Set value to X-API: SECRET_KEY string
|
...
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 |
Panel |
---|
|
Sample Response Payloads |
countryIso2:
"NG" -> Nigeria
"ET" -> Ethopia
"IN" -> Indian
...
Expand |
---|
| code : 200 |
Code Block |
---|
| {
"value": [
{
" | isSuccesstrueerrorname": "3LINE CARD MANAGEMENT LIMITED"
},
{
" | messageresponseCodenull,"9 payment service Bank"
},
{
" | typenulltitle null,
"AAA FINANCE"
},
...additional items
],
"isSuccess": true,
" | status202detailresponseCode": null,
"type": null,
" | instancetitle": null,
"status": 202,
" | extensions{}null,
"instance": null,
"extensions": {} |
|
...
panelIconId | atlassian-info |
---|
panelIcon | :info: |
---|
bgColor | #DEEBFF |
---|
Expand |
---|
title | Sample Response (If no result for the passed country iso) |
---|
|
Code Block |
---|
| {
"value": [],
"isSuccess": true,
"error": "",
"message": "",
"responseCode": null,
"type": null,
"title": null,
"status": 202,
"detail": null,
"instance": null,
"extensions": {}
} |
|
\uD83D\uDCCB Related articles
...