transactionEventReport
Report the event for the transaction.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
transactionEventReport(
amount: PositiveDecimal!
availableActions: [TransactionActionEnum!]
externalUrl: String
id: ID!
message: String
pspReference: String!
time: DateTime
type: TransactionEventTypeEnum!
): TransactionEventReport
Arguments
transactionEventReport.amount
● PositiveDecimal!
non-null scalar
The amount of the event to report.
transactionEventReport.availableActions
● [TransactionActionEnum!]
list enum
List of all possible actions for the transaction
transactionEventReport.externalUrl
● String
scalar
The url that will allow to redirect user to payment provider page with event details.
transactionEventReport.id
● ID!
non-null scalar
The ID of the transaction.
transactionEventReport.message
● String
scalar
The message related to the event.
transactionEventReport.pspReference
● String!
non-null scalar
PSP Reference of the event to report.
transactionEventReport.time
● DateTime
scalar
The time of the event to report. If not provide, the current time will be used.
transactionEventReport.type
● TransactionEventTypeEnum!
non-null enum
Current status of the event to report.
Type
TransactionEventReport
object
Staff user cannot update a transaction that is owned by the app.Report the event for the transaction.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
Was this page helpful?