Update a customer
update_customerMUTATES Autumn billing data — partially updates a customer. Only provided fields change. Autumn API: POST /v1/customers.update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Customer's name. | |
| No | Customer's email address. | ||
| currency | No | Currency to bill this customer in (e.g. usd, eur). | |
| metadata | No | Arbitrary key/value metadata for the customer. | |
| stripe_id | No | Stripe customer id. | |
| customer_id | Yes | ID of the customer to update. | |
| fingerprint | No | Duplicate-detection fingerprint. | |
| new_customer_id | No | New id for the customer. |