Card management
How to manage cards in Banking.Live
There are several options for managing cards. This is done through web service calls to the platform. Below are the actions categorised under CRUD.
Note these endpoints are POST API actions.
CREATE card
The card is created first through the Create card endpoint.
Remember that a card is always associated to an account or accounts. More info on card to account mapping here.
CREATE bulk cards
The Create bulk cards endpoint allows users to create bulk cards in advance to print through the card manufacturer. At time of creation the cards are not associated to an account or cardholder.
Once a cardholder is requiring a card, you can provide this instantly to the cardholder. To link the printed card to the cardholder, you can then use the Link card and account endpoint.
READ card
You can read the following attributes in a card:
- Card Details - Get card details endpoint
- Card History - Get card history endpoint
- Card Image - Get card image endpoint
- Card list - Get card list endpoint
- Card status - Get card status endpoint
- PAN number for a specified card (token) - Get PAN number endpoint
- Get PIN for a specified card (token) Get PIN
- List of accounts linked with card token via the List accounts linked to card endpoint
UPDATE card
Once created, you may want to update some attributes of the card. The following is possible:
- Edit cardholder details and delivery details for a card - Edit card holder details endpoint
- Determine how a card will behave once created, activated, and used - Edit card's Tok Flags endpoint
- Enroll a card for 3D-Secure service - Enroll card to 3DS endpoint
- Link a card with additional accounts - Link card and account endpoint
- Renew or replace card - Renew card endpoint
- Set card status - Set card status endpoint
- Convert a virtual card to a physical card - Virtual card to physical card conversion
- Authenticate Transaction from ACS to MB Server via the ACS Authentication.
Further infoFind more information on card status, card status APIs and card status notifications here.
More card management reference guides
You can use the links to the guides below to learn more about card management on Banking.live:
Updated 7 months ago
