GET api/bank_connection/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

v_bank_connection
NameDescriptionTypeAdditional information
id

integer

None.

code

string

String length: inclusive between 0 and 20

website_id

integer

None.

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.

account_no

string

String length: inclusive between 0 and 20

account_firstname

string

String length: inclusive between 0 and 50

account_lastname

string

String length: inclusive between 0 and 50

account_balance

decimal number

None.

balance_updated_at

date

None.

statement_updated_at

date

None.

web_username

string

String length: inclusive between 0 and 50

web_password

string

String length: inclusive between 0 and 50

web_enabled

boolean

None.

app_citizen_id

string

String length: inclusive between 0 and 50

app_birthday

date

None.

app_phone

string

String length: inclusive between 0 and 20

app_enabled

boolean

None.

line_username

string

String length: inclusive between 0 and 50

line_password

string

String length: inclusive between 0 and 50

line_enabled

boolean

None.

status

string

String length: inclusive between 0 and 20

session_id

string

String length: inclusive between 0 and 100

access_token

string

String length: inclusive between 0 and 500

access_token_bank_api

string

None.

created_at

date

None.

updated_at

date

None.

updated_by

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "code": "sample string 2",
  "website_id": 3,
  "bank_id": "sample string 4",
  "bank_code": "sample string 5",
  "bank_name": "sample string 6",
  "bank_logo": "sample string 7",
  "bank_country": "sample string 8",
  "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,
  "account_no": "sample string 16",
  "account_firstname": "sample string 17",
  "account_lastname": "sample string 18",
  "account_balance": 19.0,
  "balance_updated_at": "2024-07-27T09:29:31.7911007+07:00",
  "statement_updated_at": "2024-07-27T09:29:31.7911007+07:00",
  "web_username": "sample string 20",
  "web_password": "sample string 21",
  "web_enabled": true,
  "app_citizen_id": "sample string 23",
  "app_birthday": "2024-07-27T09:29:31.7911007+07:00",
  "app_phone": "sample string 24",
  "app_enabled": true,
  "line_username": "sample string 26",
  "line_password": "sample string 27",
  "line_enabled": true,
  "status": "sample string 29",
  "session_id": "sample string 30",
  "access_token": "sample string 31",
  "access_token_bank_api": "sample string 32",
  "created_at": "2024-07-27T09:29:31.7911007+07:00",
  "updated_at": "2024-07-27T09:29:31.7911007+07:00",
  "updated_by": 35
}

application/xml, text/xml

Sample:
<v_bank_connection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Domain.Entities.Views">
  <access_token>sample string 31</access_token>
  <access_token_bank_api>sample string 32</access_token_bank_api>
  <account_balance>19</account_balance>
  <account_firstname>sample string 17</account_firstname>
  <account_lastname>sample string 18</account_lastname>
  <account_no>sample string 16</account_no>
  <app_birthday>2024-07-27T09:29:31.7911007+07:00</app_birthday>
  <app_citizen_id>sample string 23</app_citizen_id>
  <app_enabled>true</app_enabled>
  <app_phone>sample string 24</app_phone>
  <balance_updated_at>2024-07-27T09:29:31.7911007+07:00</balance_updated_at>
  <bank_code>sample string 5</bank_code>
  <bank_country>sample string 8</bank_country>
  <bank_id>sample string 4</bank_id>
  <bank_logo>sample string 7</bank_logo>
  <bank_name>sample string 6</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>
  <code>sample string 2</code>
  <created_at>2024-07-27T09:29:31.7911007+07:00</created_at>
  <id>1</id>
  <kbank_id>1</kbank_id>
  <line_enabled>true</line_enabled>
  <line_password>sample string 27</line_password>
  <line_username>sample string 26</line_username>
  <open_api_deposit>true</open_api_deposit>
  <open_api_enabled>true</open_api_enabled>
  <open_api_withdraw>true</open_api_withdraw>
  <session_id>sample string 30</session_id>
  <statement_updated_at>2024-07-27T09:29:31.7911007+07:00</statement_updated_at>
  <status>sample string 29</status>
  <updated_at>2024-07-27T09:29:31.7911007+07:00</updated_at>
  <updated_by>35</updated_by>
  <web_enabled>true</web_enabled>
  <web_password>sample string 21</web_password>
  <web_username>sample string 20</web_username>
  <website_id>3</website_id>
</v_bank_connection>