Skip to main content
Version: 3.x

PaymentAuthorize

Authorize payment.

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

Fields

PaymentAuthorize.issuedAt ● DateTime scalar

Time of the event.

PaymentAuthorize.version ● String scalar

Saleor version that triggered the event.

PaymentAuthorize.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PaymentAuthorize.recipient ● App object

The application receiving the webhook.

PaymentAuthorize.payment ● Payment object

Look up a payment.

Interfaces

Event interface


Was this page helpful?