Update a specific customer's information

Path Params
string
required

ID of the Customer

Body Params

Update an existing customer

string
required

Address line one.

string

Address line two.

string
required

Address city.

string
required

Address state.

string
required

Five digit zipcode or nine digit 'ZIP+4'.

string
enum

ISO 3166-1 alpha-2 country code for the customer.

string

Prefix to the customer's name.

string

Customer's first name.

string

Customer's middle name.

string

Customer's last name.

string

Suffix to the customer's name.

string
enum

The customer can be either a person or a business. This is used to explicitly set that and adjust behavior such as validation.

Allowed:
string
enum

The verification status of this customer. The default is 'unverified'. Depending on the system's configuration verification with third parties will happen and the status will be updated based on the result.

Allowed:
string

Customer's phone number in E.164 format.

string

Social security number of the customer.

string

Title of the customer if a person OR title of the admin if a business

string

Any country-specific unique identifier for the customer.

string

The Customer's email address.

date

Customer's date of birth in ISO 8601 format.

business_details
object
Responses

401

Unauthorized.

403

Forbidden.

404

Customer not found

422

Invalid input

429

Too many requests.

default

Unexpected Error.

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