Request
Body Params application/json
{
"request_id": "",
"company_id": "4101",
"group_name": "APITEST1",
"country_code": "US",
"currency": "USD",
"charge_amount": "130.36",
"sign": "9C4C2F9598F7A7334E226629914A2D7D2D4BDD63B76CA431C03101BEBDCE9B0B"
}
Request samples
curl --location --request POST 'https://sandbox.vcc.top/api/group/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "",
"company_id": "4101",
"group_name": "APITEST1",
"country_code": "US",
"currency": "USD",
"charge_amount": "130.36",
"sign": "9C4C2F9598F7A7334E226629914A2D7D2D4BDD63B76CA431C03101BEBDCE9B0B"
}'
Responses
application/json {
"code": 0,
"msg": {
"zh-CN": "成功",
"en-US": "Success"
},
"data": {
"chargeAmount": 130.36,
"companyId": 4101,
"countryCode": "US",
"currency": "USD",
"groupName": "APITEST1",
"groupId": 6001,
"status": "1",
"reqNo": 113801
}
}
Modified at 2024-11-15 07:35:50