Bank Account(銀行口座)
Bank Account(銀行口座)APIは、送金(Transfer)のために必要な口座情報を取得することができます。
Attributes
| Name | Type | Description |
|---|---|---|
| object | string | 固定値 |
| livemode | boolean | 本番モード ( |
| account_number | string | 口座番号 |
| bank_code | string | 金融機関コード。 有効値は国によって異なる。([supported banks](/ supported-banks)を参照)。 |
| branch_code | string | 支店コード(日本のみ)。 |
| brand | string | 銀行口座名。 |
| created_at | string | ISO 8601 形式 ( |
| last_digits | string | 下4桁の口座番号。 |
| name | string | 銀行口座名義人の名前。 |
| type | string | 銀行口座の種類 。「普通」もしくは「当座」のいずれか(日本のみ)。 |
Example
-
JSON Response
{ "object": "bank_account", "livemode": false, "created_at": "2019-07-23T01:19:28Z", "last_digits": "1234", "name": "Somchai Prasert", "type": null, "brand": "Bangkok Bank", "bank_code": "bbl", "branch_code": null }