PaymentConfirmEvent
Confirm payment.
Added in Saleor 3.6type PaymentConfirmEvent implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
payment: Payment
}
Fields
PaymentConfirmEvent.issuedAt ● DateTime scalar
Time of the event.
PaymentConfirmEvent.version ● String scalar
Saleor version that triggered the event.
PaymentConfirmEvent.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
PaymentConfirmEvent.recipient ● App object
The application receiving the webhook.
PaymentConfirmEvent.payment ● Payment object
Look up a payment.
Interfaces
Event interface
Was this page helpful?