Customers
Retrieve customer
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the customer.
Response
200
application/json
Customer retrieved successfully.
Unique identifier for this customer.
Example:
"01HPR57X6QR5ZRKEEKBSDBW4RA"
Reference sent in by merchant to identify customer.
First and last name for a natural person, and company name for a juridical person.
Example:
"Pepito Perez"
Colombian ID type for customer.
Available options:
cc
, ce
, nit
Colombian ID number for customer.
Example:
"1037551022"
Customer’s email.
Example:
"pepito@gmail.com"
Customer’s phone number.
Example:
"3013111111"
ISO string indicating when the customer was created.
ISO string indicating when the customer was updated.