Skip to main content
Version: 3.x

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

Time of the event.

PaymentProcessEvent.version ● String scalar

Saleor version that triggered the event.

PaymentProcessEvent.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PaymentProcessEvent.recipient ● App object

The application receiving the webhook.

PaymentProcessEvent.payment ● Payment object

Look up a payment.

Interfaces

Event interface


Was this page helpful?