---
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
metadata:
  effectiveApiVersion: 2023-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-02-03T15:44:10-05:00'
  postedAt: '2023-02-03T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:36-05:00'
  effectiveAt: '2023-02-03T00:00:00-05:00'
---

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.
