API Set Active Virtual Card
Request
Field Name
Type
Required
Description
{
"isActive": true
}Response
Field Name
Type
Description
Example cURL
Notes
Last updated
Was this helpful?
{
"isActive": true
}Last updated
Was this helpful?
Was this helpful?
{
"code": 1,
"state": 2,
"data": {
"merchantCode": "COLRLC",
"virtualCardRequestId": "dcf35140-f306-4a2d-9435-3c2e2d606c19",
"isActive": true,
"status": "ACTIVED"
},
"message": "Successful",
"neoResponseId": "8a724725-dc09-4ef2-8011-b4575ee5090a"
}curl -X PUT "https://{base_url_openapi}/v2/vc/virtual-cards/{virtualCardRequestId}/set-active" \
-H "Authorization: Bearer <YOUR_TOKEN>" \
-H "Content-Type: application/json" \
-H "Accept-Language: en" \
-d '{"isActive": true}'