GetBanks
Endpoint
Overview
The "GetBanks" endpoint is a GET request. It is used to retrieve a list that contains all the banks available in your country of registration and their corresponding BankId.
The endpoint on Swagger is GetBanks.
BankId
You will use the BankId to enter the bank information when creating new suppliers using the APIs.
Request Model
The request is a GET request without any parameters.
Response Model
The response is an array of the available banks and their corresponding BankId as follows:
Response Field | Type | Description |
---|---|---|
Value | integer | The BankId for that bank. |
Text | string | The name of the bank |
Sample Message
/v2/GetBanks
[
{
"Value": 1,
"Text": "Kuwait - National Bank of Kuwait (NBK)"
},
{
"Value": 2,
"Text": "Kuwait - Kuwait Finance House (KFH)"
},
{
"Value": 149,
"Text": "Kuwait - Ahli United Bank"
},
{
"Value": 150,
"Text": "Kuwait - Bank of Bahrain & Kuwait (BBK)"
},
{
"Value": 151,
"Text": "Kuwait - Boubyan Bank (Boubyan)"
},
{
"Value": 152,
"Text": "Kuwait - Burgan Bank (Burgan)"
},
{
"Value": 153,
"Text": "Kuwait - Commercial Bank of Kuwait (CBK)"
},
{
"Value": 154,
"Text": "Kuwait - Doha Bank (Doha)"
},
{
"Value": 155,
"Text": "Kuwait - Gulf Bank of Kuwait (GBK)"
},
{
"Value": 157,
"Text": "Kuwait - Kuwait International Bank (KIB)"
},
{
"Value": 158,
"Text": "Kuwait - Mashreq Bank (Mashreq)"
},
{
"Value": 159,
"Text": "Kuwait - National Bank of Kuwait (NBK)"
},
{
"Value": 160,
"Text": "Kuwait - National Bank of Abu Dhabi (NBAD)"
},
{
"Value": 161,
"Text": "Kuwait - Qatar National Bank (QNB)"
},
{
"Value": 162,
"Text": "Kuwait - AL RAJHI BANK KUWAIT"
},
{
"Value": 163,
"Text": "Kuwait - Union National Bank (UNB)"
},
{
"Value": 164,
"Text": "Kuwait - Warba Bank (WARBA)"
},
{
"Value": 165,
"Text": "Kuwait - Al Ahli Bank (ABK)"
},
{
"Value": 223,
"Text": "Kuwait - QNB"
},
{
"Value": 224,
"Text": "Kuwait - MASRAF AL RAYAN"
},
{
"Value": 225,
"Text": "Kuwait - KFH - Kuwait - GCC"
},
{
"Value": 226,
"Text": "Kuwait - AUB - Kuwait - Direct"
},
{
"Value": 227,
"Text": "Kuwait - KFH - Kuwait - Tokenization"
},
{
"Value": 228,
"Text": "Kuwait - HSBC BANK"
},
{
"Value": 229,
"Text": "Kuwait - KFH - Kuwait - BMW"
},
{
"Value": 232,
"Text": "Kuwait - KFH - Kuwait - AIRLINE (MCC: 4511)"
},
{
"Value": 246,
"Text": "Kuwait - KFH - Kuwait - WOMEN SHOPS (MCC: 5631)"
},
{
"Value": 249,
"Text": "Kuwait - AUB - Kuwait - Alturath"
},
{
"Value": 250,
"Text": "Kuwait - National Bank of Egypt"
},
{
"Value": 251,
"Text": "Kuwait - NATIONAL BANK OF OMAN"
},
{
"Value": 252,
"Text": "Kuwait - INDUSTRIAL BANK OF KUWAIT K S C"
},
{
"Value": 253,
"Text": "Kuwait - Central Bank of Kuwait"
}
]
Updated 12 months ago