Update Customer

Updates one or more profile fields for an existing customer. All fields are optional — only provided fields are changed.

Body

firstName

String

Customer's first name.

lastName

String

Customer's last name.

phone

String

Customer's phone number.

country

String

2-letter ISO country code.

address

String

Customer's residential or business address.

metadata

Object

Arbitrary key-value pairs. Only provided fields are changed.

PATCH
/ v2/customers/:id
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response