chargebee_update_customer
Update an existing Chargebee customer's profile with new contact details, company info, taxability, and payment settings.
Instructions
Update a customer (company).
API: POST /customers/{customer-id}
Args:
customer_id: The customer's unique ID.
first_name: Customer's first name.
last_name: Customer's last name.
email: Customer's email address.
company: Company name.
phone: Phone number.
auto_collection: "on" or "off".
taxability: "taxable" or "exempt".
locale: Customer's locale.
invoice_notes: Default notes shown on the customer's invoices.
meta_data: Arbitrary key-value metadata dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| locale | No | ||
| company | No | ||
| last_name | No | ||
| meta_data | No | ||
| first_name | No | ||
| taxability | No | ||
| customer_id | Yes | ||
| invoice_notes | No | ||
| auto_collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |