List customers for a merchant
Returns a paginated, searchable list of customer records belonging to the given merchant. Env-scoped — sandbox rows never appear in production listings.
Returns a paginated, searchable list of customer records belonging to the given merchant. Env-scoped — sandbox rows never appear in production listings.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Merchant UUID
Format
uuidQuery Parameters
search?string
Free-text search across name, email, and phone
page?integer
Default
1Range
1 <= valuelimit?integer
Default
25Range
1 <= value <= 100Response Body
application/json
curl -X GET "https://example.com/v1/payments/merchants/497f6eca-6276-4993-bfeb-53cbbbba6f08/customers"{
"customers": [],
"total": 0,
"page": 1,
"limit": 25,
"total_pages": 1
}Empty
Empty
Was this page helpful?