List Customers

Retrieve a list of all customers for the merchant with optional filtering and cursor-based pagination.

Query Params
string

Filter by customer vault ID (exact match)

boolean

If true, customer_id filter will match partial IDs

string

Filter by first name

string

Filter by last name

string

Filter by billing address ID

string

Filter by shipping address ID

string

Filter by email address

string
length ≥ 3

Filter by payment account number (last 4 digits minimum)

string

Filter by company name

date

Filter customers created from this date (YYYY-MM-DD)

date

Filter customers created until this date (YYYY-MM-DD)

boolean

Filter for credit cards expiring soon

boolean

Filter for customers with ACU halted status

integer

Cursor for pagination (customer transaction_id to start after). Omit for first page.

integer
1 to 100
Defaults to 10

Number of customers to return per page (default: 10, max: 100)

Responses

401

Unauthorized

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json