API Get List Virtual Cards
Last updated
Was this helpful?
Was this helpful?
{
"code": 1,
"state": 2,
"data": {
"docs": [
{
"requestId": "dcf35140-f306-4a2d-9435-3c2e2d606c19",
"virtualCardRequestId": "dcf35140-f306-4a2d-9435-3c2e2d606c19",
"merchantId": "65e04347da1793874c4f9476",
"merchantCode": "COLRLC",
"merchantEmail": "sony@gmail.com",
"cardData": {
"cardHolderName": "Money Market Account",
"cardBrand": "mastercard"
},
"cardPolicy": {
"policyRequestId": "e424ae34-5c56-45c8-882e-98c4325981d3",
"policyRevision": 3,
"cardCurrency": "USD",
"cardLimit": 30000,
"minTransAmount": 10,
"maxTransAmount": 2000,
"autoCloseCard": false,
},
"status": "INACTIVED",
"extraInfo": {},
"createdAt": "2025-06-05T02:03:39.179Z",
"updatedAt": "2025-06-05T02:03:39.238Z"
}
],
"totalDocs": 1,
"totalPages": 1
},
"message": "Successful",
"neoResponseId": "99598a34-5d76-4543-9580-0c7c89f998fa"
}curl -X GET "https://{base_url_openapi}/v2/vc/virtual-cards/" \
-H "Authorization: Bearer <YOUR_TOKEN>" \
-H "Content-Type: application/json" \
-H "Accept-Language: en"