A POST request sent to reissue a card.
This endpoint creates a replacement card for an existing card that has been lost or stolen.
The new card will always receive a new PIN, a fresh expiration date and a different CVV2 number.
The new card will also receive a new PAN unless the reason is 'cancelled'.
Note
Only virtual and physical cards can be reissued. Digital (tokenized) cards should be revoked and a new token issued instead.
400The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
401Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.
403The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.
422The request was well-formed but was unable to be followed due to semantic errors.
429The user has sent too many requests in a given amount of time ("rate limiting").
500The server has encountered a situation it does not know how to handle.
