Get All Bankcard Information By User Id
GET
/public/v1/payments/{user_id}/bankcards
Path Variables
Name | Type | Required | Rule | Description |
---|---|---|---|---|
user_id | string | Mandatory | length 8 | the unique ID of client |
Expected HTTP status code
- 200
Response
Name | Type | Description |
---|---|---|
[].id | string | bankcard unique id in CRM |
[].bank_name | string | bankcard name |
[].user_id | string | user unique id in CRM |
[].created_at | string | create time |
[].updated_at | string | update time |
[].status | string | bankcard approve status |
[].form[] | array | bankcard form details objects |
[].form[].key | string | System unique key of the field |
[].form[].type | string | Type of the field |
[].form[].label | string | Label of the field |
[].form[].label.[language-code] | string | Label of the field in different languages |
[].form[].value | string /object /array | Value of the field |
Language Codes
Code | Language |
---|---|
en-us | English (United States) |
zh-cn | Chinese (Simplified) |
zh-tw | Chinese (Traditional) |
vi | Vietnamese |
ja | Japanese |
th | Thai |
id | Indonesian |
de | German |
es | Spanish |