List by Merchant
Customers
List by Merchant
GET
List by Merchant
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Query Parameters
Number of customers to return
Required range:
1 <= x <= 100Number of customers to skip
Required range:
x >= 0Filter customers by consumer name (case-insensitive substring match). Minimum 3 characters required for efficient index usage.
Required string length:
3 - 255Filter customers by billing email (case-insensitive substring match). Minimum 3 characters required for efficient index usage. Accepts partial values — e.g. a domain ("acme.com") or local part ("billing").
Required string length:
3 - 255Filter customers by exact external ID match.
Maximum string length:
255ID of the merchant organization to filter customers by Unique identifier for an organization
Pattern:
^org_[a-zA-Z0-9]+$