--- title: BalanceTransactionSortKeys - GraphQL Admin description: The set of valid sort keys for the BalanceTransaction query. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/balancetransactionsortkeys md: https://shopify.dev/docs/api/admin-graphql/latest/enums/balancetransactionsortkeys.md --- # Balance​Transaction​Sort​Keys enum The set of valid sort keys for the BalanceTransaction query. ## Valid values * AMOUNT Sort by the `amount` value. * FEE Sort by the `fee` value. * ID Sort by the `id` value. * NET Sort by the `net` value. * ORDER\_​NAME Sort by the `order_name` value. * PAYMENT\_​METHOD\_​NAME Sort by the `payment_method_name` value. * PAYOUT\_​DATE Sort by the `payout_date` value. * PAYOUT\_​STATUS Sort by the `payout_status` value. * PROCESSED\_​AT Sort by the `processed_at` value. * TRANSACTION\_​TYPE Sort by the `transaction_type` value. *** ## Fields * [Shopify​Payments​Account.balanceTransactions(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.balanceTransactions.arguments.sortKey) ARGUMENT Balance and payout information for a [Shopify Payments](https://help.shopify.com/manual/payments/shopify-payments/getting-paid-with-shopify-payments) account. Balance includes all balances for the currencies supported by the shop. You can also query for a list of payouts, where each payout includes the corresponding currencyCode field. *** ## Map ### Arguments with this enum * <-|[Shopify​Payments​Account.balanceTransactions(sortKey)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.balanceTransactions.arguments.sortKey)