Skip to main content
Version: 3.x

TransactionRefundRequested

Event sent when transaction refund is requested.

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

Fields

TransactionRefundRequested.issuedAt ● DateTime scalar

Time of the event.

TransactionRefundRequested.version ● String scalar

Saleor version that triggered the event.

TransactionRefundRequested.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

TransactionRefundRequested.recipient ● App object

The application receiving the webhook.

TransactionRefundRequested.transaction ● TransactionItem object

Look up a transaction.

TransactionRefundRequested.action ● TransactionAction! non-null object

Requested action data.

TransactionRefundRequested.grantedRefund ● OrderGrantedRefund object

Granted refund related to refund request.

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

Interfaces

Event interface


Was this page helpful?