Update the limit for a shared card
Request
Body Params application/json
{
"request_id": "",
"company_id": "4101",
"card_id": "100029701",
"authLimitAmount": "30",
"updateCurrency": "USD",
"sign": "1CF2F88A602BD594CA067153B74591DA0D95874B9723BDAE3774019326A0EC29"
}
Request samples
curl --location --request POST 'https://sandbox.vcc.top/api/card/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "",
"company_id": "4101",
"card_id": "100029701",
"authLimitAmount": "30",
"updateCurrency": "USD",
"sign": "1CF2F88A602BD594CA067153B74591DA0D95874B9723BDAE3774019326A0EC29"
}'
Responses
application/json {
"code": 0,
"msg": {
"zh-CN": "成功",
"en-US": "Success"
},
"data": {
"status": "1",
"reqNo": 116301,
"errorMsg": null,
"groupId": null
}
}
Modified at 2024-11-15 07:35:50