# TaxTransaction - partner - OBJECT Version: 2024-10 ## Description Tax transactions are not computed for pending transactions. Instead, they're rolled up as one transaction per payout. The type of tax and the way it's computed is dependent on the type of transaction. For sale transactions, such as app subscriptions or theme purchases, Shopify charges the Partner tax on the fee collected for brokering the transaction. The amount is a negative number in this scenario. For referral transactions, such as a development store transfer, Shopify pays the Partner a commission. The tax represents any taxes on the referral commission that are payable to the Partner. The amount is a positive number in this scenario. ### Access Scopes ## Fields * [amount](/docs/api/partner/2024-10/objects/Money): Money! - The net amount that is added to or deducted from your payout. * [createdAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was recorded. * [id](/docs/api/partner/2024-10/scalars/ID): ID! - The transaction ID. * [type](/docs/api/partner/2024-10/enums/TaxTransactionType): TaxTransactionType! - The tax model applied to the transaction, based on the transaction type. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples