Card Issuance Process
Virtual Card
Get the relevant card BIN
Call the Card Bin interface to get the relevant configuration of the card BIN;
Create cardholder(option)
The customer confirms the cardholder creation mode [divided into two modes: create cardholder-v1; create cardholder-v2] with the account manager to create the cardholder. The cardholder approval progress can be obtained 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 information
After obtaining the card ID, you can query the card information interface to get the basic information of the card.
Physical card
Purchase card offline
The customer contacts the account manager to purchase cards offline in bulk and pays the advance payment. The account manager mails the printed cards to the customer (the customer can know the real card number in this step).
Selling cards
The customer sells cards to users.
Get relevant card BIN
Call the Card Bin interface to get the relevant configuration of the card BIN;
Create cardholder
The customer confirms the cardholder creation mode [divided into two modes: create cardholder-v1; create cardholder-v2] with the account manager to create the cardholder. The cardholder approval progress can be obtained through webhook or query cardholder. When the cardholder is approved, the next step will be taken.
Open card (assign card number)
Call the open card interface to purchase cards and open cards. The card number is required to be passed in the interface. The card opening progress can be obtained through webhook or query card transaction. When the card opening is successful, the card ID will be returned.
Receive activation code
After calling the open card, the card activation code will be pushed through webhook; at the same time, the activation code will also be sent to the cardholder's mailbox (you can confirm with the account manager whether wasabi needs to send an email to the cardholder). You can obtain it through webhook or query activation code
Query card information
After obtaining the card ID, you can query the card information interface to obtain the basic information of the card (at this time, the card status is not activated, and the card private information cannot be obtained. For example, CVV, expiration date)
Card activation
Call the activate card interface to activate the card.
Query card information
After obtaining the card ID, you can query the card information interface to obtain the basic information of the card (at this time, the card status is normal)
Last updated