--- 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 metadata: effectiveApiVersion: 2026-01 affectedApi: - displayName: Webhook handle: webhook primaryTag: displayName: API handle: api secondaryTag: displayName: Deprecation Announcement handle: deprecation indicatesActionRequired: true createdAt: '2025-08-04T15:10:25-04:00' postedAt: '2025-08-12T16:00:00-04:00' updatedAt: '2025-08-12T15:24:06-04:00' effectiveAt: '2025-08-06T12:00:00-04:00' --- 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).