Get BaaS Client Cards
Your clients card list can be obtained by using Get BaaS Client Cards based on “BaaSClientId”. You will get full list of your client cards. Cards can be in following statuses:
Card status | Description |
---|---|
“Created” | Card is created in the system after application is approved |
“Ordered” | Card is ordered in personalization centre |
“Personalized” | Card is personalized in personalization centre |
“Dispatched” | Card dispatched from personalization centre |
“Active” | Card is active and can be used for purchases |
“AwaitingRenewal” | Means that this card can be renewed (by creating new card with specifying predecessor_card_id). Card will get this status before N days before expiration date. Currently it is 30 days, so if expiration date for card is 12/24 – it will get this status 11/24, a month before. Card can be used for purchases. |
“Frozen” | Card is soft blocked and can’t be used for purchases. Status is reversible and card can be unblocked |
“Terminated” | Hard block. Final card status. Status is irreversible |
“Closing” | Means that there are pending authorizations and will be updated to “Terminated” after all authorizations are cleared. |
“Expired” | Card validity expired |
Get Card Details
You can get your clients one card details using Get Card Details based on “BaaSClientCardId”
Get Card Transactions
Card “id” is required to Get cards transactions list. This API returns both transactions types: card authorizations (pending) and settled transactions (booked).
Get CVV2
You can get card CVV2 value using Get CVV2 API. Action is available for “cardType”: “Virtual”
Get Card number
You can get card full card number value using Get Card number. Action is available for “cardType”: “Virtual”