Updating the delivery address of a physical card
We introduced the ability to update the delivery address of a managed card. This feature is particularly useful if the user using a physical card has moved to a different address and you want to make sure that they receive their card at the right address.
You can only update the delivery address for physical cards. If the delivery address is specified when updating a virtual card, the API will return a 409 - Conflict
error with error code INSTRUMENT_NOT_PHYSICAL
.
New error codes when managing physical cards
You cannot activate, retrieve or update the pin of a blocked or destroyed physical card. When executing the following APIs on a blocked or destroyed card, the API will return a 409 - Conflict
error with error code INSTRUMENT_BLOCKED
or INSTRUMENT_DESTROYED
:
- POST
/managed_cards/\{id\}/physical/activate/
- POST
/managed_cards/\{id\}/physical/pin/unblock
- POST
/managed_cards/\{id\}/physical/pin/get
- POST
/managed_cards/\{id\}/physical/pin/set
New error code when updating the details of a consumer
A new error code EMAIL_NOT_UNIQUE
has been added to the POST /consumers/\{id\}/update
API. This error code will be returned if the new email address being specified is already being used by another consumer in your community.
API ChangeLog