Skip to main content
POST
Adds funds to an existing card. The amount is deducted from your partner wallet.
string
required
Bearer token. Example: Bearer sk_staging_your_api_key
string
required
A unique key to ensure the request is processed only once. Use a UUID v4.
string
required
The card’s service ID.
number
required
Amount to fund in USD. Must be between 5 and 10000.
Minimum funding amount is 5.Maximumis5**. Maximum is **10,000 per transaction. A funding fee may apply based on your partner fee configuration.
This endpoint is only available for float cards. Crypto cards can only be funded by on-chain stablecoin deposits to the card’s depositAddress, on one of the chain/token pairs listed in its supportedNetworks (see Supported networks). Attempting to fund a crypto card via this endpoint returns a 400 CRYPTO_CARD_FUND_BLOCKED error.