GET api/bank_connection/banks?website_id={website_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
website_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of bankName | Description | Type | Additional information |
---|---|---|---|
bank_id | string |
String length: inclusive between 0 and 3 |
|
bank_code | string |
String length: inclusive between 0 and 10 |
|
bank_name | string |
String length: inclusive between 0 and 100 |
|
bank_logo | string |
String length: inclusive between 0 and 500 |
|
bank_country | string |
String length: inclusive between 0 and 100 |
|
kbank_id | integer |
None. |
|
open_api_enabled | boolean |
None. |
|
open_api_deposit | boolean |
None. |
|
open_api_withdraw | boolean |
None. |
|
bot_web_banking | boolean |
None. |
|
bot_api_mobile | boolean |
None. |
|
bot_line | boolean |
None. |
|
bot_sms | boolean |
None. |
|
status | string |
Required String length: inclusive between 0 and 20 |
|
created_at | date |
None. |
|
updated_at | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "bank_id": "sample string 1", "bank_code": "sample string 2", "bank_name": "sample string 3", "bank_logo": "sample string 4", "bank_country": "sample string 5", "kbank_id": 1, "open_api_enabled": true, "open_api_deposit": true, "open_api_withdraw": true, "bot_web_banking": true, "bot_api_mobile": true, "bot_line": true, "bot_sms": true, "status": "sample string 13", "created_at": "2024-11-21T16:34:13.331931+07:00", "updated_at": "2024-11-21T16:34:13.331931+07:00" }, { "bank_id": "sample string 1", "bank_code": "sample string 2", "bank_name": "sample string 3", "bank_logo": "sample string 4", "bank_country": "sample string 5", "kbank_id": 1, "open_api_enabled": true, "open_api_deposit": true, "open_api_withdraw": true, "bot_web_banking": true, "bot_api_mobile": true, "bot_line": true, "bot_sms": true, "status": "sample string 13", "created_at": "2024-11-21T16:34:13.331931+07:00", "updated_at": "2024-11-21T16:34:13.331931+07:00" } ]
application/xml, text/xml
Sample:
<ArrayOfbank xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Domain.Entities"> <bank> <bank_code>sample string 2</bank_code> <bank_country>sample string 5</bank_country> <bank_id>sample string 1</bank_id> <bank_logo>sample string 4</bank_logo> <bank_name>sample string 3</bank_name> <bot_api_mobile>true</bot_api_mobile> <bot_line>true</bot_line> <bot_sms>true</bot_sms> <bot_web_banking>true</bot_web_banking> <created_at>2024-11-21T16:34:13.331931+07:00</created_at> <kbank_id>1</kbank_id> <open_api_deposit>true</open_api_deposit> <open_api_enabled>true</open_api_enabled> <open_api_withdraw>true</open_api_withdraw> <status>sample string 13</status> <updated_at>2024-11-21T16:34:13.331931+07:00</updated_at> </bank> <bank> <bank_code>sample string 2</bank_code> <bank_country>sample string 5</bank_country> <bank_id>sample string 1</bank_id> <bank_logo>sample string 4</bank_logo> <bank_name>sample string 3</bank_name> <bot_api_mobile>true</bot_api_mobile> <bot_line>true</bot_line> <bot_sms>true</bot_sms> <bot_web_banking>true</bot_web_banking> <created_at>2024-11-21T16:34:13.331931+07:00</created_at> <kbank_id>1</kbank_id> <open_api_deposit>true</open_api_deposit> <open_api_enabled>true</open_api_enabled> <open_api_withdraw>true</open_api_withdraw> <status>sample string 13</status> <updated_at>2024-11-21T16:34:13.331931+07:00</updated_at> </bank> </ArrayOfbank>