Cards
Update Cardholder
Update the company’s virtual card cardholder
PATCH
Updates the existing cardholder profile. All fields are optional — only provided fields will be updated.
The CLI will prompt for fields to update interactively.
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
firstName | string | No | Cardholder’s first name |
lastName | string | No | Cardholder’s last name |
billingLine1 | string | No | Billing address line 1 |
billingCity | string | No | Billing city |
billingState | string | No | Billing state (2-letter code) |
billingPostalCode | string | No | Billing postal/ZIP code |
billingCountry | string | No | Billing country (2-letter ISO code) |
email | string | No | Cardholder’s email address |
phone | string | No | Cardholder’s phone number |
type | string | No | Cardholder type: individual or company |
CLI
MCP
Tool:naive_cards_update_cardholder