Skip to main content

ListStoredPaymentMethods Object

List payment methods stored for the user by payment gateway.

This API is currently in Feature Preview and can be subject to changes at later point.
type ListStoredPaymentMethods implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
channel: Channel!
}

Fields

issuedAt ● DateTime

Time of the event.

version ● String

Saleor version that triggered the event.

issuingPrincipal ● IssuingPrincipal

The user or application that triggered the event.

recipient ● App

The application receiving the webhook.

user ● User!

The user for which the app should return a list of payment methods.

channel ● Channel!

Channel in context which was used to fetch the list of payment methods.

Interfaces

Event