Update a customer
Update a customer by id
Authorizations
Authentication header of the form api key, where api key is your organization api key.
Headers
Specifies the version of the API to use
1.0.0 Path Parameters
The ID of the customer to update
Body
Update customer data
Billing address of the customer
Email address of the customer
"jane.doe@example.com"
Full name of the customer
"Jane Doe"
Custom metadata associated with the customer. A dictionary of key-value pairs that is deep-merged into any existing metadata.
{ "key": "value" }Phone number of the customer in E.164 format
"+1234567890"
Response
OK
Address associated with customer
The date and time the customer was created in UTC format
"2025-05-28T14:00:00Z"
Email of the customer
"alice.johnson@example.com"
External ID of the customer
"ext_001"
Full name of the customer
"Alice Johnson"
Unique identifier
"cus_b8d0fe7e-3a7f-4b5f-a68b-d31358b49c3f"
Additional metadata as a JSON object
{ "key": "value" }- Card API Schema
- PayPal API Schema
- Venmo API Schema
- CashApp API Schema
- Apple Pay API Schema
- Google Pay API Schema
Customer's phone number
"+1-555-123-4567"
The date and time the customer was last updated in UTC format
"2025-05-28T14:05:00Z"