added
Detailed card status
April 5th, 2023
Breaking change
2.0.0
-›2.1.0
We are introducing more granular card status information which helps you e.g identifying if the card has been locked by the user deliberately or because the PIN was entered incorrectly more than 3 times.
Granular card status
The following endpoints are modified
- GET /cards (query parameter)
- GET /cards/{cardId} (response)
- POST /cards/details (response)
- POST /cards/subscription (callback payload of
cardUpdated
object)
The allowed ENUM values for the new property detailedStatus
are listed below:
PENDING_ACTIVATION
PENDING_ISSUANCE
PENDING_REGISTRATION
REQUEST_APPROVED
REQUESTED
REQUEST_CANCELLED
REQUEST_REJECTED
ACTIVE
LOCKED
LOCKED_PIN
EXPIRED
TERMINATED
TERMINATED_LOST
TERMINATED_STOLEN
This change is only available in API Version
2.1.0