POST
/
customers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
documentNumber
string
required

Colombian ID number for customer.

documentType
enum<string>
required

Colombian ID type for customer.

Available options:
cc,
ce,
nit
email
string
required

Customer’s email.

name
string
required

First and last name for a natural person, and company name for a juridical person.

phoneNumber
string
required

Customer’s phone number.

reference
string

Reference sent in by merchant to identify customer.

Response

200 - application/json
createdAt
string

ISO string indicating when the customer was created.

documentNumber
string

Colombian ID number for customer.

documentType
enum<string>

Colombian ID type for customer.

Available options:
cc,
ce,
nit
email
string

Customer’s email.

id
string

Unique identifier for this customer.

name
string

First and last name for a natural person, and company name for a juridical person.

phoneNumber
string

Customer’s phone number.

reference
string

Reference sent in by merchant to identify customer.

updatedAt
string

ISO string indicating when the customer was updated.