Skip to main content
Version: 3.x

TransactionChargeRequested

Event sent when transaction charge is requested.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
type TransactionChargeRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
transaction: TransactionItem
action: TransactionAction!
}

Fields

TransactionChargeRequested.issuedAt ● DateTime scalar

Time of the event.

TransactionChargeRequested.version ● String scalar

Saleor version that triggered the event.

TransactionChargeRequested.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

TransactionChargeRequested.recipient ● App object

The application receiving the webhook.

TransactionChargeRequested.transaction ● TransactionItem object

Look up a transaction.

TransactionChargeRequested.action ● TransactionAction! non-null object

Requested action data.

Interfaces

Event interface


Was this page helpful?