StoredPaymentMethodDeleteRequested
Event sent when user requests to delete a payment method.
Added in Saleor 3.16This API is currently in Feature Preview and can be subject to changes at later point.
type StoredPaymentMethodDeleteRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
paymentMethodId: String!
channel: Channel!
}
Fields
StoredPaymentMethodDeleteRequested.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
StoredPaymentMethodDeleteRequested.version
● String
scalar miscellaneous
Saleor version that triggered the event.
StoredPaymentMethodDeleteRequested.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
StoredPaymentMethodDeleteRequested.recipient
● App
object apps
The application receiving the webhook.
StoredPaymentMethodDeleteRequested.user
● User!
non-null object users
The user for which the app should proceed with payment method delete request.
StoredPaymentMethodDeleteRequested.paymentMethodId
● String!
non-null scalar miscellaneous
The ID of the payment method that should be deleted by the payment gateway.
StoredPaymentMethodDeleteRequested.channel
● Channel!
non-null object channels
Channel related to the requested delete action.