List Customers
list_customersRetrieve a paginated list of customers from PayMongo using cursor-based pagination. Specify before/after customer IDs to control the result set.
Instructions
List customers with cursor pagination (before/after by customer ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor: return resources after this customer ID. | |
| limit | No | Max customers to return (1–100, default 10). | |
| before | No | Cursor: return resources before this customer ID. |