---
title: >-
  Adding new revocation reasons for payment methods - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/adding-new-revocation-reasons-for-payment-methods
  md: >-
    https://shopify.dev/changelog/adding-new-revocation-reasons-for-payment-methods.md
metadata:
  effectiveApiVersion: 2025-01
  affectedApi:
    - displayName: Payments Apps API
      handle: payments-apps-api
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-03-13T15:57:23-04:00'
  postedAt: '2024-12-31T12:00:00-05:00'
  updatedAt: '2025-03-19T14:48:17-04:00'
  effectiveAt: '2024-12-31T12:00:00-05:00'
---

December 31, 2024

Tags:

* Payments Apps API
* 2025-01

# Adding new revocation reasons for payment methods

We've added the `PAYMENTMETHODVERIFICATION_FAILED` value to the [`CustomerPaymentMethodRevocationReason`](https://shopify.dev/docs/api/admin-graphql/latest/enums/CustomerPaymentMethodRevocationReason#value-paymentmethodverificationfailed) enum.

`CustomerPaymentMethodRevocationReason` specifies the reasons for revoking customer payment methods. The new value allows you to clearly indicate when a payment method is revoked due to verification failure, enhancing your ability to manage and track payment methods effectively.

Existing Partner integrations aren't affected.
