Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Refund a card that failed issuance or payment
curl -X POST https://api.usenaive.ai/v1/cards/card-uuid-1/refund \ -H "Authorization: Bearer nv_sk_live_..."
{ "card": { "id": "card-uuid-1", "name": "Marketing Card", "provider": "managed_virtual", "status": "refunded", "spending_limit_cents": 5000, "balance_cents": 0, "created_at": "2026-03-01T10:00:00Z" }, "refund": { "id": "re_1abc123", "status": "succeeded" } }
issuing_failed
payment_failed
{ "error": "Card must be in issuing_failed or payment_failed status to refund" }
naive cards refund <id>
naive_cards_refund
{ "card_id": "card-uuid-1" }