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:

UPDATE card

Once created, you may want to update some attributes of the card. The following is possible:

🗒️

Further info

Find 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:

sample icon