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.
Get card credentials (number, CVC, expiry)
curl https://api.usenaive.ai/v1/cards/card-uuid-1/details \ -H "Authorization: Bearer nv_sk_live_..."
{ "card_id": "card-uuid-1", "provider": "managed_virtual", "number": "4242424242424242", "cvc": "123", "exp_month": 12, "exp_year": 2028, "cardholder_name": "John Doe", "billing_address": { "line1": "123 Main St", "city": "San Francisco", "state": "CA", "postal_code": "94105", "country": "US" } }
provider: "managed_virtual"
card_id
number
cvc
exp_month
exp_year
cardholder_name
billing_address
provider: "prepaid_gift"
pin
type
prepaid_gift
naive cards details <id>
naive_cards_details
{ "card_id": "card-uuid-1" }