- 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
- In the merchant portal, open Cards and remain on the Overview tab.
- Select Deposit. The button is available when your account has an active issuing balance and the required permission.
- Choose the source account: Banking or Crypto. The portal shows only currencies available in both the source and issuing balances.
- Enter the amount, review the fee and total debit, then confirm the transfer.
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
- Open Cards and select Transfer from Quick actions. This entry appears only when internal issuing transfers are enabled for your account.
- Select the source and destination accounts and choose a currency supported by both.
- Enter the amount and create the transfer.
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

