Card Issuance Process
Virtual Card-4549 Bin issuance
Get the relevant card BIN. Call the Card Bin interface to get the relevant configuration of the card BIN;
Create cardholder. Call the create cardholder-v2 interface to create a cardholder. You can get the cardholder's approval progress through webhook or query cardholder. When the cardholder is approved, the next step will be taken.
Open card. Call the open card interface to purchase the card and open the card. The cardholder ID needs to be included in the interface. You can get the card opening progress through webhook or query card transaction. When the card is successfully opened, the card ID will be returned.
Query card info. After obtaining the card ID, you can query the card information interface to get the basic information of the card.
Last updated