Cards
Create Cardholder
Create a virtual card cardholder for the company
POST
Creates a new cardholder profile for your company. A cardholder is required only for managed virtual cards (
The CLI will prompt for required fields interactively.
provider: "managed_virtual", Stripe Issuing). The default prepaid gift cards (prepaid_gift) do not need one.
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
firstName | string | Yes | Cardholder’s first name |
lastName | string | Yes | Cardholder’s last name |
billingLine1 | string | Yes | Billing address line 1 |
billingCity | string | Yes | Billing city |
billingState | string | Yes | Billing state (2-letter code) |
billingPostalCode | string | Yes | Billing postal/ZIP code |
dobDay | number | Yes | Day of birth (1-31) |
dobMonth | number | Yes | Month of birth (1-12) |
dobYear | number | Yes | Year of birth (4 digits) |
email | string | No | Cardholder’s email address |
phone | string | No | Cardholder’s phone number |
billingCountry | string | No | Billing country (2-letter ISO code, defaults to US) |
type | string | No | Cardholder type: individual or company (defaults to individual) |
CLI
MCP
Tool:naive_cards_create_cardholder