put https://api-sandbox.pismolabs.io/wallet/v1/customers//accounts//cards//status
Change a card's status.
Initially, the default status for a physical card is CREATED
, though you can override this in your program configuration to be NORMAL
. After activation, it changes to NORMAL
and can never transition back. The default status for a virtual card is NORMAL
, since it does not need to be activated.
Possible card statuses:
CREATED
- Created in the system.NORMAL
- Active and eligible for transactions. Default for virtual cards.BLOCKED
- Temporarily blocked until further status changes. Before a physical card's activation, its card's status is BLOCKED. When a Reissue card request is made, the status is changed to BLOCKED.PENDING
- Created and is pending until further processing, such as account verification. Until then, transactions are disabled.WARNING
- A general alert flag is set and transactions are disabled. After investigation, it could, typically, transition toFRAUD
or revert back toNORMAL
.
Card termination statuses - transactions disabled and cannot be changed.
LOST
- Reported lostROBBED
- Reported stolenEXPIRED
- Card date expiration reachedDAMAGED
- Reported damagedFRAUD
- Fraud is suspectedCANCELED
- CanceledDELETED
- Deleted
This endpoint generates an update-1 event.