cURL
curl --request PUT \ --url https://api.sumvin.com/v0/cards/{card_id}/funding \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source_type": "wallet", "wallet_address": "<string>", "wallet_chain_id": 123, "fiat_account_id": "<string>" } '
{ "_links": {}, "id": "<string>", "source_type": "<string>", "wallet_address": "<string>", "fiat_account_id": "<string>", "configured": false, "message": "<string>" }
JWT token from Authorization header (Bearer token)
Tenant org ID for multi-tenant auth
JWT token from x-juno-jwt header
wallet
fiat
Funding configuration updated
HAL-style hypermedia links for navigation and available actions.
Show child attributes