Create a virtual card and Stripe Checkout session
Creates a new virtual card and returns a Stripe Checkout URL for funding. The card becomes active after successful payment.Documentation Index
Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name for the card |
spending_limit_cents | number | Yes | Initial funding amount in cents (e.g. 5000 = $50.00) |
provider | string | No | Card provider: stripe_issuing or reloadly (defaults to stripe_issuing) |
agent_id | string | No | Agent UUID to assign the card to |
naive_cards_create