--- title: ShopifyPaymentsPayoutTransactionType - GraphQL Admin description: The possible transaction types for a payout. api_version: 2025-10 api_name: admin type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/enums/shopifypaymentspayouttransactiontype md: https://shopify.dev/docs/api/admin-graphql/latest/enums/shopifypaymentspayouttransactiontype.md --- # Shopify​Payments​Payout​Transaction​Type enum The possible transaction types for a payout. ## Valid values * DEPOSIT The payout is a deposit. * WITHDRAWAL The payout is a withdrawal. *** ## Fields * [Shopify​Payments​Account.payouts(transactionType)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.payouts.arguments.transactionType) 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. * [Shopify​Payments​Bank​Account.payouts(transactionType)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsBankAccount#field-ShopifyPaymentsBankAccount.fields.payouts.arguments.transactionType) ARGUMENT A bank account that can receive payouts. * [Shopify​Payments​Payout.transactionType](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsPayout#field-ShopifyPaymentsPayout.fields.transactionType) OBJECT Payouts represent the movement of money between a merchant's Shopify Payments balance and their bank account. *** ## Map ### Fields with this enum * <-|[Shopify​Payments​Payout.transactionType](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsPayout#field-ShopifyPaymentsPayout.fields.transactionType) ### Arguments with this enum * <-|[Shopify​Payments​Account.payouts(transactionType)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsAccount#field-ShopifyPaymentsAccount.fields.payouts.arguments.transactionType) * <-|[Shopify​Payments​Bank​Account.payouts(transactionType)](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyPaymentsBankAccount#field-ShopifyPaymentsBankAccount.fields.payouts.arguments.transactionType)