list_payments
Retrieve and filter Deel payments by status, contract, or date range to track transaction records and manage payment workflows.
Instructions
List all payments with optional filters by status, contract, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page | |
| offset | No | Pagination offset | |
| status | No | Filter by payment status | |
| to_date | No | End date filter (YYYY-MM-DD) | |
| from_date | No | Start date filter (YYYY-MM-DD) | |
| contract_id | No | Filter by contract ID |