ListStoredPaymentMethods
List payment methods stored for the user by payment gateway.
Added in Saleor 3.15This 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
ListStoredPaymentMethods.issuedAt
● DateTime
scalar
Time of the event.
ListStoredPaymentMethods.version
● String
scalar
Saleor version that triggered the event.
ListStoredPaymentMethods.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
ListStoredPaymentMethods.recipient
● App
object
The application receiving the webhook.
ListStoredPaymentMethods.user
● User!
non-null object
The user for which the app should return a list of payment methods.
ListStoredPaymentMethods.channel
● Channel!
non-null object
Channel in context which was used to fetch the list of payment methods.