Skip to main content

Standard pricing

The top-up fee is 0.2%, with a 10 USD minimum amount credited to the card. No additional issuance fee applies. A 10 USD top-up therefore costs 10.02 USD. Percentage fees are rounded up to the nearest cent: a 25 USD top-up costs 25.05 USD. Minimums exclude fees. Always use your quote’s total; an individually agreed company tariff can override the standard rate. Funding the card account separately carries a 1.5% fee deducted from the deposit.

Required access

All API keys require approved individual or corporate verification. Use cards:read, cards:write, and operations:read. Select a card from GET /api/v1/cards; its id and productId belong to your company and environment.

Quote and submit

Call POST /api/v1/quotes with:
Copy the returned total into the operation:
Send this body to POST /api/v1/operations with a unique Idempotency-Key. Reuse that key only for retries of this exact request.

Track completion

Track the operation ID or process its webhook. completed confirms the operation; an accepted request only reserves funds. The resulting card balance can differ from the top-up amount because the card may already have funds or spending activity. Avoid overlapping top-ups on the same card. If an earlier result is unknown, reconcile it first. Never infer success from a timeout, and never turn manual_review into a fresh top-up.

Pricing changes and failures

QUOTE_CHANGED means the submitted total no longer matches current pricing. Fetch a new quote and obtain your customer’s approval for the new total. INSUFFICIENT_BALANCE means available company funds cannot cover the operation, including fees. Live top-ups require an enabled live card integration. Sandbox top-ups do not move real money.