3.9 KiB
3.9 KiB
UpdateCustomerParams
Fields
| Field | Type | Required | Description |
|---|---|---|---|
customer_id |
str | ✔️ | ID of the customer to update |
name |
OptionalNullable[str] | ➖ | Customer's name |
email |
OptionalNullable[str] | ➖ | Customer's email address |
fingerprint |
OptionalNullable[str] | ➖ | Unique identifier (eg, serial number) to detect duplicate customers and prevent free trial abuse |
metadata |
Dict[str, Any] | ➖ | Additional metadata for the customer |
stripe_id |
OptionalNullable[str] | ➖ | Stripe customer ID if you already have one |
send_email_receipts |
Optional[bool] | ➖ | Whether to send email receipts to this customer |
new_customer_id |
Optional[str] | ➖ | Your unique identifier for the customer |