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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Optional text search applied on key transaction fields.

customerAccountIds
array of strings

Multi-valued filter on customer account external ids.

customerAccountIds
paymentMethods
array of strings

Multi-valued filter on payment methods.

paymentMethods
float

Minimum order amount (inclusive).

float

Maximum order amount (inclusive).

status
array of strings

Multi-valued filter on transaction status.

status
date-time

Return transactions updated on or after this ISO date-time (inclusive).

date-time

Return transactions updated on or before this ISO date-time (inclusive).

string

Supported fields: amount, status, commercialOrderReference, updatedAt.
Default sort: updatedAt:desc.

integer

Page number.

integer

Page size.

Headers
string
enum
required

Must be set to OPERATOR for this administration route.

Allowed:
string
required

API key for authentication.

string

Optional store context.

string

Optional store view context.

Responses

401

Unauthorized (invalid or missing API key)

403

Forbidden (insufficient permissions)

404

Not found (unknown reference)

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json