Create a Stripe Issuing cardholder for the company
Creates a new cardholder profile for your company. A cardholder is required before issuing any virtual cards.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 |
|---|---|---|---|
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) |
naive_cards_create_cardholder