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