--- title: Updating apps capturing transactions - 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/updating-apps-capturing-transactions md: https://shopify.dev/changelog/updating-apps-capturing-transactions.md --- [Back to Developer changelog](https://shopify.dev/changelog) November 25, 2021 Tags: * Action Required * API # Updating apps capturing transactions Apps that omit the `authorization` or `parent_id` parameters when capturing transactions can potentially cause errors for merchants who also use an order editing app. When creating transactions to capture an authorization, always include either the `authorization` or `parent_id` parameter to specify which authorization you'd like to capture. To capture payments successfully, apps must allow for multiple authorization transactions to avoid issues for merchants. Learn more about using the REST Transaction resource on [Shopify.dev](https://shopify.dev/api/admin-rest/latest/resources/transaction).