cURL
curl --request PUT \ --url https://api.example.com/v0/cards/{card_id}/funding \ --header 'Content-Type: application/json' \ --data ' { "source_type": "wallet", "wallet_id": 123, "fiat_account_id": "<string>" } '
{ "_links": { "kyc": { "description": "Submit KYC information", "href": "/v0/user/me/kyc", "method": "PUT" }, "self": { "href": "/v0/user/me", "method": "GET" }, "wallets": { "href": "/v0/wallets", "method": "GET" } } }
wallet
fiat
Funding configuration updated
HAL-style hypermedia links for navigation and available actions.
Show child attributes