v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate card
Update card
Basic operation for updating a card. Check parameter updateProperty for possible parameters to update
post/v3/{id}/update/{propertyToUpdate}
Path parameters
idstring biginteger required
The card id of which card you want to update
propertyToUpdate'DELETE_PIN_ADDRESS' | 'DELETE_CARD_ADDRESS' | 'REPLACE_CARD' | 'REISSUE_CARD' | 'REORDER_CARD_PIN' | 'RESET_PIN_ATTEMPT' | 'SET_3DS_STATIC_PWD' required
What property you want to update
- DELETE_PIN_ADDRESS - if separate PIN delivery addresses are used, this is used to remove the address. PIN will be delivered to client address if separate PIN address doesn´t exist
- DELETE_CARD_ADDRESS - if separate Card delivery addresses are used, this is used to remove the address. Card will be delivered to client address if separate Card address doesn´t exist
- REPLACE_CARD - used when new card with new PAN is required, e.g. if previous card is lost
- REISSUE_CARD - used when new card with existing PAN is required, e.g. if previous card is damaged
- REORDER_CARD_PIN - used to re-order existing PIN if cardholder has forgotten it
- RESET_PIN_ATTEMPT- used to reset the amount of online PIN attempts
- SET_3DS_STATIC_PWD- used to set or update 3DS authentication static password (Printable ASCII 0x21–0x7E - no spaces)
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"expiration": {
"year": 2019,
"month": 1
}
}Response
Successful update of card