Skip to main content
Version: 3.x

PaymentListGateways

List payment gateways.

Added in Saleor 3.6
type PaymentListGateways implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
checkout: Checkout
}

Fields

PaymentListGateways.issuedAt ● DateTime scalar

Time of the event.

PaymentListGateways.version ● String scalar

Saleor version that triggered the event.

PaymentListGateways.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PaymentListGateways.recipient ● App object

The application receiving the webhook.

PaymentListGateways.checkout ● Checkout object

The checkout the event relates to.

Interfaces

Event interface


Was this page helpful?