v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate card
Update card
This operation will update given fields given a card id
patch/v3/{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",
"cardAddress": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"customerId": "1234567890",
"embossing": {
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"additionalEmbossingName": "Card User Name",
"manufacturer": "FACTORY_X",
"physical": true
},
"pinAddress": {
"address1": "Kings street 12",
"city": "Mariehamn",
"country": "FIN",
"region": "Åland Islands"
},
"usageLimits": [
{
"values": [
{
"reset": true,
"singleAmount": 1000,
"count": 5,
"sumAmount": 1200
}
]
}
]
}Response
Successful update of the card