PaymentAuthorize Object
Authorize payment.
type PaymentAuthorize implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  payment: Payment
}
Fields
PaymentAuthorize.issuedAt ● DateTime scalar miscellaneous
Time of the event.
PaymentAuthorize.version ● String scalar miscellaneous
Saleor version that triggered the event.
PaymentAuthorize.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
PaymentAuthorize.recipient ● App object apps
The application receiving the webhook.
PaymentAuthorize.payment ● Payment object payments
Look up a payment.