Skip to main content

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 miscellaneous

Time of the event.

PaymentListGateways.version ● String scalar miscellaneous

Saleor version that triggered the event.

PaymentListGateways.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PaymentListGateways.recipient ● App object apps

The application receiving the webhook.

PaymentListGateways.checkout ● Checkout object checkout

The checkout the event relates to.

Interfaces

Event interface miscellaneous