Skip to main content
Before cards can transact, your issuing balance must have sufficient funds. How funds flow depends on the card mode:
  • Share mode — Transactions deduct directly from the issuing balance. The card’s card_limit acts 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.
  1. In the merchant portal, open Cards and remain on the Overview tab.
  2. Select Deposit. The button is available when your account has an active issuing balance and the required permission.
  3. Choose the source account: Banking or Crypto. The portal shows only currencies available in both the source and issuing balances.
  4. 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:
  1. Open Cards and select Transfer from Quick actions. This entry appears only when internal issuing transfers are enabled for your account.
  2. Select the source and destination accounts and choose a currency supported by both.
  3. 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_balance without transferring funds.
A 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.
A card.withdraw.succeeded webhook fires upon completion.