Replace a card
Issues a replacement for the card specified in the request URL. Specify the appropriate reason in your request to trigger the right replacement process: <ul> <li>Reissue a card expiring soon: EXPIRES_SOON</li> <li>Replace a damaged card (physical card only): DEFECTIVE_CARD, CARDHOLDER_REQUEST (Deprecated) </li> <li>Report a card as lost or stolen and request a replacement (physical cards only): LOST, STOLEN, COUNTERFEIT_PLASTIC, PREVENTIVE_BLOCK, ONLINE_TRANSACTION_FRAUD</li> </ul> Please note the following: <br> For the reissue or replace flows: <ul> <li>The new card will have the same card number, but it will have a new CVV and expiry date.</li> <li>Once you make this request, the card's status will change to PROCESSING, then ACTIVE or BLOCKED depending on the card's status prior to ordering. The value of the new_card_ordered property on the card resource will change to true.</li> <li>The customer can still use the old card until they activate the new one. Once they do so, the old one will no longer be authorized and the value of new_card_ordered will change to false.</li> </ul> For the lost/stolen flow: <ul> <li>The new card will have a different card number.</li> <li>The old card will stop working immediately upon acceptance of the API request. This action cannot be undone.</li> </ul> Accepted card statuses: <ul> <li>Reissue: ACTIVE, INACTIVE</li> <li>Replace and Lost/Stolen: ACTIVE, INACTIVE, BLOCKED, BLOCKED_BY_SOLARIS</li> </ul> Please note that on Sandbox a given card can only be replaced once.
Path parameters
Request body
Example request
{
"line_1": "JOHN/DOE",
"line_2": "TEST GMBH",
"reason": "DEFECTIVE_CARD",
"reference": "7dc5377e-b90b-3401-b9a5-5dd094893e28",
"retain_pin": true,
"reported_at": "2020-01-13T09:56:24.000Z"
}Response
Successful result of the operation
Example response
{
"id": "2b890724292e287935420a2ca13ae7f9mcrd"
}