Skip to main content

PaymentProcessEvent

Process payment.

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

Fields

PaymentProcessEvent.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PaymentProcessEvent.version ● String scalar miscellaneous

Saleor version that triggered the event.

PaymentProcessEvent.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PaymentProcessEvent.recipient ● App object apps

The application receiving the webhook.

PaymentProcessEvent.payment ● Payment object payments

Look up a payment.

Interfaces

Event interface miscellaneous