# Shopify Payments Balance Transaction GraphQL type supports advance and advance funding type — Shopify developer changelog --- ## Shopify Payments Balance Transaction GraphQL type supports advance and advance funding type <!-- **IMPORTANT:** Posts won't go live, including at the scheduled date, unless they're reviewed and approved. Due to reduced resources, the dev docs team doesn't have the capacity to review changelog posts at this time. We recommend getting a member of the product team behind the change to do the review. Write a summary of the change. Check out the Developer changelog guidelines in the Vault: https://vault.shopify.io/pages/3468-Developer-changelog-posts. You can use markdown or the toolbar inserts to format text. Here are some suggested formats for writing 2-3 sentences with an overview of the change and how it benefits or affects developers: As of { API and version }, you can use the {object or resource} to {do something new}. or As of { API and version }, we're deprecating { description }. Use the { object or resource } instead. or You can now use { thing } to { do something new }. or We've added { thing } so that you can { do something }. Describe any benefits { thing } has, or any action developers need to take and when they need to take it. You can include links inline in the text, and add another link at the end in this format: Learn more about { thing } on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsTransactionType). --> As of GraphQL Admin API version **2024-10**, ShopifyPaymentsTransactionType now includes `ADVANCE` and `ADVANCE_FUNDING` type. Learn more about `ShopifyPaymentsTransactionType` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsTransactionType). *Published: October 01, 2024* Tags: API, Update Link: https://shopify.dev/changelog/shopify-payments-balance-transaction-graphql-type-supports-advance-and-advance-funding-type ---