--- title: Transaction in Admin REST API will now return the Total Unsettled Set amount - 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/transaction-in-admin-rest-api-will-now-return-the-total-unsettled-set-amount md: https://shopify.dev/changelog/transaction-in-admin-rest-api-will-now-return-the-total-unsettled-set-amount.md --- [Back to Developer changelog](https://shopify.dev/changelog) February 3, 2023 Tags: * API * 2023-04 # Transaction in Admin REST API will now return the Total Unsettled Set amount As of version **2023-04** of the [Admin REST API](https://shopify.dev/api/admin-rest), requests for [Transaction](https://shopify.dev/api/admin-rest/2023-04/resources/transaction) will now return `total_unsettled_set`. This represents the remaining amount to be captured on the transaction. `total_unsettled_set` is returned in both `shop` and `presentment` money objects with currency. If you are leveraging **manual capture** and the **authorized** amount from [Transaction](https://shopify.dev/api/admin-rest/2023-04/resources/transaction), you should switch to referencing `total_unsettled_set`. The authorized amount can differ from the total amount to capture due to adjustments during order finalization such as tax adjustments.