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.
Check the checkout payment status for a card
curl -X POST https://api.usenaive.ai/v1/cards/card-uuid-1/check-payment \ -H "Authorization: Bearer nv_sk_live_..."
{ "card": { "id": "card-uuid-1", "name": "Marketing Card", "provider": "managed_virtual", "status": "active", "spending_limit_cents": 5000, "balance_cents": 5000, "created_at": "2026-03-01T10:00:00Z" }, "status": "active" }
active
pending_payment
payment_failed
issuing_failed
naive cards check-payment <id>
naive_cards_check_payment
{ "card_id": "card-uuid-1" }