Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"walletAccountId": "AC13146381976",
"cardCurrency": "EUR",
"cardProduct": "COMMERCIAL",
"issuingCountry": "FR",
"nameOnCard": "Bluce Li",
"nameOnCardTitle": "Mr.",
"walletId": "WA13146381976",
"cardLang": "CHINESE",
"cardDesign": "BLACK",
"clientReferenceNo": "AA123456",
"customCardDesignCode": "TESTTVR"
}
Request samples
curl --location --request POST '/card/virtual' \
--header 'X-Request-Id: d7542922-282b-4bbc-ad08-0bb262a76b07' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletAccountId": "AC13146381976",
"cardCurrency": "EUR",
"cardProduct": "COMMERCIAL",
"issuingCountry": "FR",
"nameOnCard": "Bluce Li",
"nameOnCardTitle": "Mr.",
"walletId": "WA13146381976",
"cardLang": "CHINESE",
"cardDesign": "BLACK",
"clientReferenceNo": "AA123456",
"customCardDesignCode": "TESTTVR"
}'
Responses
application/json {
"cardId": "CA1423741565272096"
}
Modified at 2024-06-06 09:28:12