Create Customer

You can create a new customer in your account. Customers can be sent payment requests and invoices to make payments.

circle-info

NOTE: the email address of each customer must be unique in your account.

Creates a new customer in the merchant's profile.

post
Authorizations
AuthorizationstringRequired

API Key as Bearer Token

Body
full_namestring · nullableOptional

Customer's full name (OPTIONAL)

emailstring · nullableOptional

Customer's email (REQUIRED)

phone_numberstring · nullableOptional

Customer's phone number (OPTIONAL)

addressstring · nullableOptional

Customer's address (OPTIONAL)

Responses
chevron-right
200

Returns 200 and the customer to retry

application/json
idstring · nullableOptional
full_namestring · nullableOptional

Customer's full name (OPTIONAL)

emailstring · nullableOptional

Customer's email (REQUIRED)

phone_numberstring · nullableOptional

Customer's phone number (OPTIONAL)

addressstring · nullableOptional

Customer's address (OPTIONAL)

statusstring · enumOptionalPossible values:
created_atstring · date-timeOptional

Timestamp when the customer was created.

edited_atstring · date-time · nullableOptional

Timestamp when the customer was last updated.

post
/v1/customers

Last updated