申请卡
POST
/createCard
最后修改时间:2025-06-05 03:04:28
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox-api.vmcardio.com/createCard' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_code": "string",
"first_name": "string",
"last_name": "string",
"amount": 0,
"single_limit": 0,
"day_limit": 0,
"month_limit": 0,
"label": "string",
"card_address": {
"address_line_one": "string",
"address_line_two": "string",
"city": "string",
"state": "string",
"country": "string",
"post_code": "string"
},
"area_code": "string",
"mobile": "string",
"email": "string"
}'
响应示例响应示例
{
"code": 200,
"data": {
"card_id": "b8a24270-4cfd-407c-ac2b-d38eff******"
}
}
请求参数
Header 参数
Authorization
string
可选
默认值:
{{Authorization}}
Body 参数application/json
返回响应
修改于 2025-06-05 03:04:28