--- title: Deprecation of the checkout_and_accounts_configurations/update webhook - 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/deprecation-of-checkoutandaccountsconfigurationsupdate-webhook md: https://shopify.dev/changelog/deprecation-of-checkoutandaccountsconfigurationsupdate-webhook.md --- [Back to Developer changelog](https://shopify.dev/changelog) August 12, 2025 Tags: * Action Required * Webhook * 2026-01 # Deprecation of the checkout\_and\_accounts\_configurations/update webhook The `checkout_and_accounts_configurations/update` webhook, originally introduced in API version 2025-04 to help track updates to checkout and accounts configurations, will be removed on January 1, 2026. ### Action required: Apps still subscribed to the `checkout_and_accounts_configurations/update` webhook should unsubscribe before the removal date. For tracking **Thank You** and **Order status** page upgrades, we recommend using the Admin API [checkoutProfiles](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutProfile#field-CheckoutProfile.fields.typOspPagesActive) query, which includes the `typOspPagesActive` boolean field to access the same information. This change simplifies the developer experience based on community feedback. Learn more about working with checkout profiles in the [Shopify developer documentation](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutProfile).