--- title: >- New enum values for CustomerPaymentMethodRevocationReason - 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/add-new-customerpaymentmethodrevocationreasons' md: >- https://shopify.dev/changelog/add-new-customerpaymentmethodrevocationreasons.md metadata: effectiveApiVersion: 2025-04 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2025-02-07T01:02:39-05:00' postedAt: '2025-04-01T12:00:00-04:00' updatedAt: '2025-02-07T19:08:36-05:00' effectiveAt: '2025-04-01T12:00:00-04:00' --- April 1, 2025 Tags: * Admin GraphQL API * 2025-04 # New enum values for `CustomerPaymentMethodRevocationReason` We've added the following new values to the `CustomerPaymentMethodRevocationReason` enum: * [`CUSTOMER_REDACTED`](https://shopify.dev/docs/api/admin-graphql/2025-04/enums/customerpaymentmethodrevocationreason#value-customerredacted): A payment method is redacted for reasons such as GDPR compliance. * [`TOO_MANY_CONSECUTIVE_FAILURES`](https://shopify.dev/docs/api/admin-graphql/2025-04/enums/customerpaymentmethodrevocationreason#value-toomanyconsecutivefailures): A payment method has 30 consecutive failures within 35 days. * [`CVV_ATTEMPTS_LIMIT_EXCEEDED`](https://shopify.dev/docs/api/admin-graphql/2025-04/enums/customerpaymentmethodrevocationreason#value-cvvattemptslimitexceeded): A buyer repeatedly fails to provide the CVV for card-on-file checkouts.