customers

Get Customers

Retrieves a list of customers associated with the merchant account. Use this endpoint to view customer details relevant to your integration.

Results can be filtered by either the externalId or customerId properties in order to retrieve the details of a single customer using the unique externalId that was provided during customer creation. Other filtering and paging capabilities are not supported at this time.

get/customers

Query parameters

externalIdstring

The externalId that was passed when the Customer record was created.

customerIdstring

The identifier of the Customer to be retrieved.

Headers

Authorizationstring required

Response

OK

Changes