Skip to main content
Version: 3.x

TransactionEvent

Represents transaction's event.

type TransactionEvent implements Node {
id: ID!
createdAt: DateTime!
pspReference: String!
message: String!
externalUrl: String!
amount: Money!
type: TransactionEventTypeEnum
createdBy: UserOrApp
}

Fields

TransactionEvent.id ● ID! non-null scalar

The ID of the object.

TransactionEvent.createdAt ● DateTime! non-null scalar

Date and time at which a transaction event was created.

TransactionEvent.pspReference ● String! non-null scalar

PSP reference of transaction.

Added in Saleor 3.13

TransactionEvent.message ● String! non-null scalar

Message related to the transaction's event.

Added in Saleor 3.13

TransactionEvent.externalUrl ● String! non-null scalar

The url that will allow to redirect user to payment provider page with transaction details.

Added in Saleor 3.13

TransactionEvent.amount ● Money! non-null object

The amount related to this event.

Added in Saleor 3.13

TransactionEvent.type ● TransactionEventTypeEnum enum

The type of action related to this event.

Added in Saleor 3.13

TransactionEvent.createdBy ● UserOrApp union

User or App that created the transaction event.

Added in Saleor 3.13

Interfaces

Node interface

An object with an ID

Member of

TransactionEventReport object ● TransactionInitialize object ● TransactionItem object ● TransactionProcess object


Was this page helpful?