Re-issue / resign card
POST/api/partner/cards/:id/resign-card
Re-issues the card (e.g. PIN reissue, expiration). IT-Card returns
a new cardKey; the old card is closed locally and a
card_created webhook is sent to Card Processing.
The old statusCode is captured from the local AccountCard row
BEFORE the local update overwrites it, then forwarded to
POST /api/cip/update-card-status with the OLD cardKey.
Request
Responses
- 200
- 401
- 403
Re-issued card created
Unauthorized — missing or invalid JWT
Forbidden — resource not owned by the calling partner