> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/objects/stored-payment-method-delete-requested

# StoredPaymentMethodDeleteRequested Object

Event sent when user requests to delete a payment method.

```graphql
type StoredPaymentMethodDeleteRequested implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  user: User!
  paymentMethodId: String!
  channel: Channel!
}
```

<a id="fields"></a>

### Fields

<a id="issued-at"></a>

#### [`issuedAt`](#issued-at) ● [`DateTime`](/api-reference/miscellaneous/scalars/date-time.md)

Time of the event.

<a id="version"></a>

#### [`version`](#version) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Saleor version that triggered the event.

<a id="issuing-principal"></a>

#### [`issuingPrincipal`](#issuing-principal) ● [`IssuingPrincipal`](/api-reference/miscellaneous/unions/issuing-principal.md)

The user or application that triggered the event.

<a id="recipient"></a>

#### [`recipient`](#recipient) ● [`App`](/api-reference/apps/objects/app.md)

The application receiving the webhook.

<a id="user"></a>

#### [`user`](#user) ● [`User!`](/api-reference/users/objects/user.md)

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

<a id="payment-method-id"></a>

#### [`paymentMethodId`](#payment-method-id) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="channel"></a>

#### [`channel`](#channel) ● [`Channel!`](/api-reference/channels/objects/channel.md)

Channel related to the requested delete action.

<a id="interfaces"></a>

### Interfaces

<a id="event"></a>

#### [`Event`](/api-reference/miscellaneous/interfaces/event.md)
