- Fund your default account.
- Create a funding source.
- Create a cardholder.
- Generate a sample card.
- Create/Map card to a cardholder.
- Simulate your first card transaction.
1. Fund your default account.
To fund your default account, get the list of all accounts and note the_id, accountNumber, and bankCode of the default account. Then proceed to make a transfer to the account in LIVE or fund using the sandbox simulator.
2. Create a funding source.
When you setauthorizeByDefault to true, all transactions get approved without waiting for your response. We will re-attempt to send the completed authorization request to your webhook after the transaction is completed.
3. Create a cardholder.
A cardholder is either an individual or business entity that can be issued a payment card. To get started, create a cardholder with name, billingAddress and type. You can include additional information like KYC details, phone number, and email address. See Customers under the API Reference.4. Generate a sample card.
For physical cards, a card is needed before mapping. To generate a card on the sandbox environment, send a request to the card generation endpoint.5. Create/Map card to a cardholder.
This request requires the cardholder ID from the previous step, type, card number (if a physical card), currency, and status.- Make your first card transaction.
Proceed to make your first transaction at an ATM, POS, or Online using your card.
