Get BaaS Client Cards
Your client’s card list can be obtained by using Get BaaS Client Cards based on “BaaSClientId”. You will get a full list of your client cards. Cards can be in the following statuses:
Card status | Description |
---|---|
“Created” | A card is created in the system after the application is approved |
“Ordered” | Card is ordered in personalization centre |
“Personalized” | The card is personalized in the personalization centre |
“Dispatched” | The card was dispatched from the personalization centre |
“Active” | The card is active and can be used for purchases |
“AwaitingRenewal” | This means that this card can be renewed (by creating a new card with specifying predecessor_card_id). The card will get this status N days before the expiration date. Currently, it is 30 days, so if the expiration date for the card is 12/24 – it will get this status 11/24, a month before the card can be used for purchases. |
“Frozen” | The card is soft-blocked and can’t be used for purchases. Status is reversible, and the card can be unblocked |
“Terminated” | Hard block. Final card status. Status is irreversible |
“Closing” | This 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 the CVV2 value of the card using Get CVV2 API. Action is available for “cardType”: “Virtual”
Get Card number
You can get the full card number value using the Get Card number API. Action is available for “cardType”: “Virtual”