- Share mode — Transactions deduct directly from the issuing balance. The card’s
card_limitacts as a spending cap. - Single mode — Funds are transferred from the issuing balance into the card at creation. The card operates on its own pre-funded balance.
Deposit to your issuing balance
Use the Dashboard to deposit funds from your banking account into your issuing balance.Dashboard: Deposit to main issuing account
Dashboard: Deposit to main issuing account
- Sign in to the Dashboard and select Card Issuance.

- Select the Deposit button.

- Select the currency (USD or SGD) and enter the amount.
- Press Transfer to process.

Transfer between main and sub-accounts
If you use sub-accounts, you can transfer funds between your main issuing account and sub-accounts. Via API: Use the Create Issuing Transfer endpoint:Dashboard: Transfer between accounts
Dashboard: Transfer between accounts
- Navigate to the Transfer screen.
- Click New transfer in the top-right corner.
- Fill in source account, destination account, and currency.
- Click Create.


Check your issuing balance
Use the Retrieve Issuing Balance or List Issuing Balances endpoints to check your current balance.Manage card-level balances
Recharge a card
Add funds to a card using the Card Recharge endpoint.- Single mode: Transfers funds from the issuing balance into the card.
- Share mode: Increases
card_available_balancewithout transferring funds.
card.recharge.succeeded webhook fires upon completion.
Withdraw from a card
Remove funds from a card using the Card Withdraw endpoint.- Single mode: Returns funds from the card to the issuing balance.
- Share mode: Decreases
card_available_balance.
card.withdraw.succeeded webhook fires upon completion.
Related
- Core concepts — Single vs. Share mode funding differences
- Card Recharged webhook
- Card Withdraw webhook
- List Issuing Balances API

