Apply for a Card Opening
Developing
Request
Body Params application/json
{
"userReqNo": "string",
"localCurrency": "string",
"startDate": "string",
"endDate": "string",
"authLimitAmount": 0,
"enableMultiUse": 0,
"enableCurrencyCheck": 0,
"cardAlias": "string",
"binRangeId": "string",
"channelType": "string",
"cardUserId": "string",
"groupId": 0,
"sceneIds": [
0
],
"sceneType": 0,
"mccList": [
"string"
],
"mccControlType": 0,
"allow3dsTransactions": 0
}
Request Code Samples
curl --location --request POST '/openapi/vcc/card/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
"userReqNo": "string",
"localCurrency": "string",
"startDate": "string",
"endDate": "string",
"authLimitAmount": 0,
"enableMultiUse": 0,
"enableCurrencyCheck": 0,
"cardAlias": "string",
"binRangeId": "string",
"channelType": "string",
"cardUserId": "string",
"groupId": 0,
"sceneIds": [
0
],
"sceneType": 0,
"mccList": [
"string"
],
"mccControlType": 0,
"allow3dsTransactions": 0
}'
Responses
application/json {
"orderId": "string",
"cardId": "string",
"localCurrency": "string",
"cardNo": "string",
"cardVerifyNo": "string",
"cardExpiryDate": "string"
}
Modified at 2025-07-17 07:34:11