--- title: New field on the CustomerPaymentMethod object - 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/new-field-on-the-customerpaymentmethod-object md: https://shopify.dev/changelog/new-field-on-the-customerpaymentmethod-object.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2021 Tags: * API # New field on the CustomerPaymentMethod object As of the 2020-10 version of the GraphQL API, a new field is now present on the `CustomerPaymentMethod` object: `revokedReason`. This field can contain one of the following values: * `AUTHORIZE_NET_GATEWAY_NOT_ENABLED` * `AUTHORIZE_NET_RETURNED_NO_PAYMENT_METHOD` * `FAILED_TO_UPDATE_CREDIT_CARD` * `STRIPE_API_AUTHENTICATION_ERROR` * `STRIPE_API_INVALID_REQUEST_ERROR` * `STRIPE_GATEWAY_NOT_ENABLED` * `STRIPE_PAYMENT_METHOD_NOT_CARD` * `STRIPE_RETURNED_NO_PAYMENT_METHOD` Updated the customerPaymentMethod API to allow querying for a reason on why a payment method was revoked. For more information about CustomerPaymentMethod, visit our [developer documentation](https://shopify.dev/api/admin/graphql/reference/orders/custompaymentmethod).