improved
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 & response parameter)
- GET /cards/{cardId} (response parameter)
- POST /cards/details (response parameter)
- POST /cards/subscription (new event
CARD_STATUS_UPDATED
with callback payloadcardStatusUpdated
)
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
Minor changes
- We added the
type
property as a query parameter and to the response of the GET /cards endpoint. - With version
2.1.0
we are removing endpoints related to the Bills entity (details see https://partner.getpliant.com/changelog/statements-booking-datethis changelog article) completely from our API.