TransactionRefundRequested
Event sent when transaction refund is requested.
Added in Saleor 3.13This 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 miscellaneous
Time of the event.
TransactionRefundRequested.version
● String
scalar miscellaneous
Saleor version that triggered the event.
TransactionRefundRequested.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
TransactionRefundRequested.recipient
● App
object apps
The application receiving the webhook.
TransactionRefundRequested.transaction
● TransactionItem
object payments
Look up a transaction.
TransactionRefundRequested.action
● TransactionAction!
non-null object payments
Requested action data.
TransactionRefundRequested.grantedRefund
● OrderGrantedRefund
object orders
Granted refund related to refund request.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.