Get card credentials (number, CVC, expiry)
Retrieves the sensitive card credentials. Response format depends on the card provider.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.
provider: "stripe_issuing"):
| Field | Type | Description |
|---|---|---|
card_id | string | Card UUID |
number | string | Full card number (16 digits) |
cvc | string | 3-digit security code |
exp_month | number | Expiration month (1-12) |
exp_year | number | Expiration year (4 digits) |
cardholder_name | string | Name on card |
billing_address | object | Billing address details |
provider: "reloadly"):
| Field | Type | Description |
|---|---|---|
card_id | string | Card UUID |
number | string | Redeem code |
pin | string | PIN code |
provider | string | reloadly |
naive_cards_details