Update Customer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

You can update a customer created earlier with the POST/customers API request. The only required field for the request is the customer id. Other supported request fields are equal to the ones on the customer creation process.

You need to specify only the fields you want to update. Every field is available for update.

Path Params
string
required

The unique identifier of the customer (UUID | MAX 36; MIN 36).

Body Params
string

The unique identifier of the customer in the external merchant (MAX 255; MIN 3).

date-time

Customer´s registration date on the merchants platform (ISO 8601 MAX 27; MIN 27)

string

The customer's first name (MAX 255; MIN 3).

string

The customer's last name (MAX 255; MIN 3).

string

The customer's gender.

string

The customer's date of birth in the YYYY-MM-DD format (MAX 10; MIN 10).

string

The customer's e-mail (MAX 255; MIN 3).

string
enum

The customer's nationality (MAX 2; MIN 2; ISO 3166-1).

string
enum

The customer's country (MAX 2; MIN 2; ISO 3166-1).

document
object

Specifies the customer's document object, including its number and type.

phone
object

Specifies the customer's phone number object.

billing_address
object

Specifies the customer's billing address object.

shipping_address
object

Specifies the customer's shipping address object.

metadata
array of objects

Specifies a list of metadata objects. You can add up to 50 metadata objects.

metadata
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json