Customers
Create customer
POST
/
customers
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
First and last name for a natural person, and company name for a juridical person.
Colombian ID type for customer.
Available options:
cc
, ce
, nit
Colombian ID number for customer.
Customer’s email.
Customer’s phone number.
Reference sent in by merchant to identify customer.
Response
200 - application/json
Unique identifier for this customer.
Reference sent in by merchant to identify customer.
First and last name for a natural person, and company name for a juridical person.
Colombian ID type for customer.
Available options:
cc
, ce
, nit
Colombian ID number for customer.
Customer’s email.
Customer’s phone number.
ISO string indicating when the customer was created.
ISO string indicating when the customer was updated.