Skip to main content

StoredPaymentMethodDeleteRequested Object

Event sent when user requests to delete a payment method.

type StoredPaymentMethodDeleteRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
paymentMethodId: String!
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 proceed with payment method delete request.

paymentMethodId ● String!

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

channel ● Channel!

Channel related to the requested delete action.

Interfaces

Event