v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate card
Update a Multi-application card
This operation will update given fields given a card id
patch/v1/MULTI_APPLICATION_CARD/{id}
Path parameters
idstring biginteger required
The main card id for given card
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"cardAddress": {
"country": "FIN"
},
"embossing": {
"companyName": "Enfuce Financial Services",
"externalLayoutCode": "BlueCard",
"firstName": "Monica",
"lastName": "Liikamaa",
"additionalEmbossingName": "Card User Name",
"manufacturer": "FACTORY_X",
"physical": true
},
"pinAddress": {
"country": "FIN"
}
}Response
Successful update of the card