Customers
Retrieve Customer by External ID
Retrieves customer details using the merchant assigned external customer identifier
GET
Retrieve Customer by External ID
This request enables you to retrieve details of customers based on their
merchant_customer_id, which needs to be provided in the request path.Authorizations
Query Parameters
The unique identifier of the customer in the external merchant (MAX 255; MIN 1).
Response
200
Example:
"94121f98-98f7-4d57-aa5f-228401d35b12"
Example:
"1744402154"
Example:
"John"
Example:
"Doe"
Example:
"F"
Example:
"1990-02-28"
Example:
"john.doe@gmail.com"
Example:
"CO"
Example:
"CO"
Example:
"2025-04-11T20:09:14.927971Z"
Example:
"2025-04-11T20:09:14.927972Z"
Example:
"2023-08-05T14:43:58.980718Z"
Previous
Update CustomerUpdates fields on an existing customer, modifying only the values included in the request
Next
Retrieve Customer by External ID