Skip to main content

TransactionChargeRequested Object

Event sent when transaction charge is requested.

type TransactionChargeRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
transaction: TransactionItem
action: TransactionAction!
}

Fields​

issuedAt ● DateTime​

Time of the event.

version ● String​

Saleor version that triggered the event.

issuingPrincipal ● IssuingPrincipal​

The user or application that triggered the event.

recipient ● App​

The application receiving the webhook.

transaction ● TransactionItem​

Look up a transaction.

action ● TransactionAction!​

Requested action data.

Interfaces​

Event​