Properties
| Name | Type | Required | Description |
|---|---|---|---|
| offset | Long | ❌ | List starting element |
| limit | Long | ❌ | Number of list elements (max: 100) |
| customer | String | ❌ | Filter by unique customer identifier |
| customerGroupName | String | ❌ | Filter by customer group name |
| billingType | PaymentListRequestBillingType | ❌ | Filter by billing type |
| status | PaymentListRequestPaymentStatus | ❌ | Filter by status |
| subscription | String | ❌ | Filter by unique subscription identifier |
| installment | String | ❌ | Filter by unique installment identifier |
| externalReference | String | ❌ | Filter by your system identifier |
| paymentDate | String | ❌ | Filter by payment date |
| invoiceStatus | PaymentListRequestInvoiceStatus | ❌ | Filter to return charges that have or do not have an invoice |
| estimatedCreditDate | String | ❌ | Filter by estimated credit date |
| pixQrCodeId | String | ❌ | Filter receipts originating from a static QrCode using the id generated when the QrCode was created |
| anticipated | Boolean | ❌ | Filter anticipated charges or not |
| anticipable | Boolean | ❌ | Filter anticipable charges or not |
| dateCreatedGe | String | ❌ | Filter from initial creation date |
| dateCreatedLe | String | ❌ | Filter to final creation date |
| paymentDateGe | String | ❌ | Filter from initial payment date |
| paymentDateLe | String | ❌ | Filter to final payment date |
| estimatedCreditDateGe | String | ❌ | Filter from estimated initial credit date |
| estimatedCreditDateLe | String | ❌ | Filter to estimated end credit date |
| dueDateGe | String | ❌ | Filter from initial due date |
| dueDateLe | String | ❌ | Filter by final due date |
| user | String | ❌ | Filter by the email address of the user who created the payment. |