Skip to main content
POST
Fund card from deposit wallet

Authorizations

Authorization
string
header
required

Bearer access token obtained from POST /v1/oauth/token using your Apocor API key.

Headers

Idempotency-Key
string
required

Required unique key. Retries with the same key + body replay the original response for 72 hours. In-flight duplicates return 409 with issuance_id for POST /v1/cards.

Maximum string length: 255

Path Parameters

id
string
required

Resource identifier.

Body

application/json
amount
string
required

USD amount to fund (string decimal).

Example:

"25.00"

Response

Card funded from wallet.

data
object