Get Card Details
Get card credentials (number, CVC, expiry)
GET
Retrieves the sensitive card credentials. Response format depends on the card provider.
Prepaid gift cards (
Response by Provider
Managed virtual cards (provider: "managed_virtual"):
| 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: "prepaid_gift"):
| Field | Type | Description |
|---|---|---|
card_id | string | Card UUID |
number | string | Redeem code |
pin | string | PIN code |
type | string | prepaid_gift |
CLI
MCP
Tool:naive_cards_details