getAllPayments
Retrieve all payments by filtering based on payment IDs, customer IDs, bill IDs, creation/consumption date ranges, payment states, or pagination settings.
Instructions
Returns all payments based on filter parameters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
BillIds | No | Filter by bill IDs | |
ConsumedUtc | No | Date range filter for payment consumption | |
CreatedUtc | No | Date range filter for payment creation | |
CustomerIds | No | Filter by customer IDs | |
Limitation | No | Pagination settings | |
PaymentIds | No | Filter by specific payment IDs | |
States | No | Filter by payment states |