List Payments
list_paymentsList PayMongo payments with cursor pagination, using before/after payment IDs to navigate pages and limit to control result size.
Instructions
List payments with cursor pagination (before/after by payment ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor: return resources after this payment ID. | |
| limit | No | Max payments to return (1–100, default 10). | |
| before | No | Cursor: return resources before this payment ID. |