PaymentProcessEvent Object
Process payment.
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.