变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
客户模块V1.9.0 | 2025-04-29 | fain mo | 上线 |
code | msg | msg_cn |
---|---|---|
200207 | Failed to obtain user information, user does not exist! | 获取用户信息失败,用户不存在 |
200220 | user status error! | 用户状态异常 |
201207 | operator uuid does not equal customer uuid! | 操作人uuid不等于客户uuid |
200605 | bank list query failed | 银行列表查询失败 |
200606 | bank information does not exist | 银行信息不存在 |
200607 | bank information not enabled | 银行信息未启用 |
890001 | Database query failed | Database query failed |
200608 | Only the customer's own bank card can be added | 仅支持添加客户本人银行卡 |
990001 | parameter validation exception | 入参校验异常 |
200609 | bank account number is not unique | 银行账号不唯一 |
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"initiation_type": "client",
"operator": "john_doe",
"bank_country": "US",
"bank_address_details": "123 Main St, New York",
"bank_mark": "CITIUS33",
"bank_name": "Citibank",
"username": "Jane Smith",
"bank_card": "6225880123456789",
"currency": "USD",
"bank_branch": "Downtown Branch",
"clearing_mark": "123456",
"swift": "CITIUS33XXX",
"user_address": "456 Oak Ave, Los Angeles",
"account_voucher": "[{\"name\":\"beautiful-landscape-mother-nature.bmp\",\"fileLink\":\"/storage/download/sc-eix9-judwbf1g0.bmp\",\"url\":\"/storage/download/sc-eix9-judwbf1g0.bmp\"},{\"name\":\"beautiful-landscape-mother-nature.jpg\",\"fileLink\":\"/storage/download/sc-6iyr-2toqfud9z.jpg\",\"url\":\"/storage/download/sc-6iyr-2toqfud9z.jpg\"},{\"name\":\"Snipaste_2023-11-29_11-19-15.png\",\"fileLink\":\"/storage/download/sc-1fnl-wkrbl0bsr.png\",\"url\":\"/storage/download/sc-1fnl-wkrbl0bsr.png\"}]"
}
curl --location --request POST '/client/v2/bankcard' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"initiation_type": "client",
"operator": "john_doe",
"bank_country": "US",
"bank_address_details": "123 Main St, New York",
"bank_mark": "CITIUS33",
"bank_name": "Citibank",
"username": "Jane Smith",
"bank_card": "6225880123456789",
"currency": "USD",
"bank_branch": "Downtown Branch",
"clearing_mark": "123456",
"swift": "CITIUS33XXX",
"user_address": "456 Oak Ave, Los Angeles",
"account_voucher": "[{\"name\":\"beautiful-landscape-mother-nature.bmp\",\"fileLink\":\"/storage/download/sc-eix9-judwbf1g0.bmp\",\"url\":\"/storage/download/sc-eix9-judwbf1g0.bmp\"},{\"name\":\"beautiful-landscape-mother-nature.jpg\",\"fileLink\":\"/storage/download/sc-6iyr-2toqfud9z.jpg\",\"url\":\"/storage/download/sc-6iyr-2toqfud9z.jpg\"},{\"name\":\"Snipaste_2023-11-29_11-19-15.png\",\"fileLink\":\"/storage/download/sc-1fnl-wkrbl0bsr.png\",\"url\":\"/storage/download/sc-1fnl-wkrbl0bsr.png\"}]"
}'
{
"bank_id": "B123456789",
"type": "savings",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"appid": "APP123456",
"username": "Jane Smith",
"bank_name": "Citibank",
"bank_branch": "Downtown Branch",
"bank_country": "US",
"bank_city": "New York",
"bank_province": "NY",
"bank_card": "6225880123456789",
"currency": "USD",
"swift": "CITIUS33XXX",
"user_address": "456 Oak Ave, Los Angeles",
"addtime": "2023-01-01 10:00:00",
"verify_status": 1,
"remark": "VIP customer",
"deleted": "0",
"intermediary_bank_name": "Bank of America",
"intermediary_bank_address": "789 Pine Rd, Chicago",
"intermediary_bank_swift": "BOFAUS3N",
"intermediary_bank_account": "987654321",
"intermediary_bank_remark": "Intermediary for international transfers",
"clearing_mark": "BSS123",
"document_num": "DOC456",
"bank_mark": "CITIUS33",
"operator": "john_doe",
"bank_address_details": "123 Main St, New York",
"account_voucher": "voucher_123456",
"initiation_type": "client",
"status": "active",
"audit_time": "2023-01-02 14:30:00",
"update_time": "2023-01-03 09:15:00"
}