Skip to main content
Version: 3.x

storedPaymentMethodRequestDelete

Request to delete a stored payment method on payment provider side.

Added in Saleor 3.16
This API is currently in Feature Preview and can be subject to changes at later point.
Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • STORED_PAYMENT_METHOD_DELETE_REQUESTED (sync): The customer requested to delete a payment method.
storedPaymentMethodRequestDelete(
channel: String!
id: ID!
): StoredPaymentMethodRequestDelete

Arguments

storedPaymentMethodRequestDelete.channel ● String! non-null scalar

Slug of a channel related to delete request.

storedPaymentMethodRequestDelete.id ● ID! non-null scalar

The ID of the payment method.

Type

StoredPaymentMethodRequestDelete object

Request to delete a stored payment method on payment provider side.

Added in Saleor 3.16
This API is currently in Feature Preview and can be subject to changes at later point.
Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • STORED_PAYMENT_METHOD_DELETE_REQUESTED (sync): The customer requested to delete a payment method.

Was this page helpful?