API Set Active Card Policy
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": {
"requestId": "e424ae34-5c56-45c8-882e-98c4325981d3",
"merchantCode": "COLRLC",
"name": "Synchronised reciprocal open architecture",
"isActive": true,
"createdBy": "[email protected]",
"createdAt": "2025-06-04T09:34:25.959Z",
"updatedAt": "2025-06-05T01:58:03.365Z"
},
"message": "Successful",
"neoResponseId": "48589ad9-009b-4ac9-af10-d7680ea83ca6"
}curl -X PUT "https://{base_url_openapi}/v2/vc/virtual-card-policies/{requestId}/set-active" \
-H "Authorization: Bearer <YOUR_TOKEN>" \
-H "Content-Type: application/json" \
-H "Accept-Language: en" \
-d '{
"isActive": true
}'