v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate card
Update a virtual VISA branded card
This operation will update given fields given a card id. > Note: This endpoint is only for a virtual card and it cannot be converted to a physical format. The virtual card does not have a PIN and so, it might not work at ATMs.
cardUsageBlocks support: cardUsageBlocks.cardPresent is supported for virtual cards. cardUsageBlocks.atmCashDisbursement is not supported.
patch/v4/VISA_VIRTUAL/{id}
Path parameters
idstring biginteger required
The card id for given card
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"accountId": "1234567890",
"customerId": "1234567890",
"embossing": {
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"additionalEmbossingName": "Card User Name",
"manufacturer": "FACTORY_X",
"physical": true
},
"usageLimits": [
{
"values": [
{
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
],
"digitalLayoutCode": "abc123abc",
"scheduledClosing": {
"time": "2099-12-31T03:00:00.000Z"
}
}Response
Successful update of the card