cURL
curl --request GET \ --url https://api.sumvin.com/v0/cards/{card_id}/funding \ --header 'Authorization: Bearer <token>'
{ "_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
Funding configuration retrieved
HAL-style hypermedia links for navigation and available actions.
Show child attributes