POST
/
v3
/
{id}
/
update
/
{propertyToUpdate}

Path Parameters

id
string
required

The card id of which card you want to update

propertyToUpdate
enum<string>
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
Available options:
DELETE_PIN_ADDRESS,
DELETE_CARD_ADDRESS,
REPLACE_CARD,
REISSUE_CARD,
REORDER_CARD_PIN,
RESET_PIN_ATTEMPT,
SET_3DS_STATIC_PWD

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Should set the value of the property you are updating, leave rest empty

cardExpiryDate
string

Test field for now that can be ignored, will require more configuration if we choose to use it in the future.

cardTdsStaticPassword
string

Field that can be populated to set or update 3DS static password on the card

Required string length: 4 - 6

Response

200 - application/json
description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated