Skip to main content
Version: 3.x

StoredPaymentMethodDeleteRequested

Event sent when user requests to delete a payment method.

Added in Saleor 3.16
This 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

Time of the event.

StoredPaymentMethodDeleteRequested.version ● String scalar

Saleor version that triggered the event.

StoredPaymentMethodDeleteRequested.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

StoredPaymentMethodDeleteRequested.recipient ● App object

The application receiving the webhook.

StoredPaymentMethodDeleteRequested.user ● User! non-null object

The user for which the app should proceed with payment method delete request.

StoredPaymentMethodDeleteRequested.paymentMethodId ● String! non-null scalar

The ID of the payment method that should be deleted by the payment gateway.

StoredPaymentMethodDeleteRequested.channel ● Channel! non-null object

Channel related to the requested delete action.

Interfaces

Event interface


Was this page helpful?