Skip to main content

PaymentConfirmEvent

Confirm payment.

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

Fields

PaymentConfirmEvent.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PaymentConfirmEvent.version ● String scalar miscellaneous

Saleor version that triggered the event.

PaymentConfirmEvent.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PaymentConfirmEvent.recipient ● App object apps

The application receiving the webhook.

PaymentConfirmEvent.payment ● Payment object payments

Look up a payment.

Interfaces

Event interface miscellaneous