post
https://api.cardda.com/v1/vendor_cards//reprint
Re-issues a card, producing a new VendorCard (for example after a physical
card is lost or damaged). Authorized for admins or the cardholder.
Flow:
- The card's vendor must support re-issuing (
can_reprint?), otherwise412. - Shipping fields (
recipient_name,shipping_address,contact_phone) are
only valid for physical cards; sending them for a virtual card returns
422. - If the card is not already canceled, it is first canceled for reprint; if the
cancellation cannot complete, the endpoint returns412. - On success the newly issued card is returned.
The request body is optional; provide shipping details to redirect the
reprinted physical card.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad Request — reprint failed. { "error_code": "vendor_cards/reprint_failed" }.
401Unauthorized
404Vendor card not found (or not visible to the caller).
412Precondition Failed — card type does not support re-issuing, or the card could not be canceled for reprint.
422Unprocessable Entity — shipping fields sent for a virtual card, or validation failed on the new card. Body: { "message": ..., "errors": {...} }.
