Skip to main content

PaymentRefundEvent

Refund payment.

Added in Saleor 3.6
type PaymentRefundEvent implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
payment: Payment
}

Fields

PaymentRefundEvent.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PaymentRefundEvent.version ● String scalar miscellaneous

Saleor version that triggered the event.

PaymentRefundEvent.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PaymentRefundEvent.recipient ● App object apps

The application receiving the webhook.

PaymentRefundEvent.payment ● Payment object payments

Look up a payment.

Interfaces

Event interface miscellaneous