Skip to main content
Version: 3.x

transaction

Look up a transaction by ID.

Added in Saleor 3.6
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.
transaction(
id: ID!
): TransactionItem

Arguments

transaction.id ● ID! non-null scalar

ID of a transaction.

Type

TransactionItem object

Represents a payment transaction.

Added in Saleor 3.4
This API is currently in Feature Preview and can be subject to changes at later point.

Was this page helpful?