Retrieve refund statements
Use this endpoint to retrieve a list of refund statements. This allows review of past transactions and reconciliation of accounts.
Token scopes: accounting:read
Use this endpoint to retrieve a list of refund statements. This allows review of past transactions and reconciliation of accounts.
Token scopes: accounting:read
Filters results to include payments created on or after this date (in ISO 8601 format).
Filters results to include payments created before this date (in ISO 8601 format).
A cursor for pagination. Use the value returned in the ‘next_cursor’ field to get the next page of results.
Filters payments by legal entity type (e.g., ‘individual’ or ‘company’). Can be a single entity type or an array.
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/