Skip to main content
Update a customer record. This is a full replacement — all required fields must be provided, even if you are only changing one of them.
Requires an Idempotency-Key header.

Path parameters

customer_id
string
required
The UUID of the customer to update.

Request body

customer_name
string
required
Full name of the customer (individual) or legal business name (business).
customer_email
string
required
Customer’s email address.
customer_phone
string
required
Customer’s phone number.
customer_country
string
required
Customer’s country in ISO 3166-1 alpha-3 format (e.g. USA, BRA, MEX).
customer_address
object
required
Customer’s address details.
customer_id
string
required
The customer ID. Must match an existing customer record.