curl -X POST 'https://crypto-api.yativo.com/api/card-issuer/fund-customer' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "amount": 500, "source_chain": "polygon", "pricing_mode": "exact_usd" }'
{ "status": "success", "message": "Customer funded successfully", "data": { "funding_id": "fnd_01HX9KZMB3F7VNQP8R2WDGT4EQ", "customer_id": "cus_01HX9KZMB3F7VNQP8R2WDGT4EP", "amount_usd": "500.00", "source_chain": "polygon", "status": "completed", "funded_at": "2026-03-26T12:00:00Z" } }
Fund a customer’s card wallet on their behalf as a card issuer
Bearer YOUR_ACCESS_TOKEN
ethereum
polygon
base
exact_usd
exact_token