ADM-TRANSACTION-550 - List transactions with search, filters and sorting

Returns a paginated, searchable, filterable, and sortable list of commercial transactions processed via DJUST Pay.

User scoping

  • OPERATOR clients only for this route.

Visibility

  • OPERATOR can access all transactions across all suppliers.

Scope

  • One row equals one commercial transaction related to a commercial order.
  • Includes transactions coming from multiple PSPs.
  • Provides the fields required to display the Transactions list and navigate to transaction details.
  • updatedAt is the timestamp of the latest payment status update and is used as the default ordering field.

Search

  • Optional text search applied on commercial order references, customer account (name, externalId), PSP reference and last eventId.

Filters

  • AND between different keys; OR between values of the same key.
  • Supported filters: paymentMethods, status, customerAccountIds, amountMin, amountMax, updatedAtFrom, updatedAtTo.

Sorting

  • Sorting expression following the format: <field>:<direction>.
  • Allowed properties: updatedAt, amount, status, commercialOrderReference.
  • Default sort: updatedAt:desc.
  • Invalid sorts are silently ignored.

Language
Response
Click Try It! to start a request and see the response here!