# US tax reporting for Connect platforms Learn how to report the annual payments for your US-based connected accounts. Stripe [Connect](https://stripe.com/connect) allows platforms to provide a seamless, end-to-end payment service for their connected accounts. This service may come with certain responsibilities, including tax information reporting. If you work for a platform that pays you via Stripe and want to learn about your 1099 forms and how to get them, see [1099 tax forms](https://support.stripe.com/express/topics/1099-tax-forms) on the Stripe Support site. Stripe issues 1099-K forms for your connected accounts that have transactions where [`controller.fees.payer`](https://docs.stripe.com/api/accounts/object.md#account_object-controller-fees-payer) = `account` or `application_unified_accounts_beta`. For transactions where `controller.fees.payer` = `application`, if your connected accounts pay the processing fees for those transactions to Stripe, they could be included in a Stripe-issued 1099. For any other account setups that have transactions, Stripe won’t issue a 1099-K to your connected accounts (for example, when `controller.fees.payer` = `application_custom` or `application_express` or `application` where you pay the processing fees). Instead, consider issuing a [Form 1099](https://support.stripe.com/questions/1099-tax-reporting-and-filing-for-platforms-and-marketplaces) to report income and payment transactions. There are several types of 1099 forms, and the applicable form depends on the type of payments you make to your connected account. Stripe recommends that you consult a tax advisor to determine your tax filing and reporting requirements. ## 1099-NEC Use the [1099-NEC](https://support.stripe.com/questions/intro-to-1099-nec-tax-forms-for-platforms-and-marketplaces) form to report non-employee compensation. The account must meet all of the following criteria in the previous calendar year: * Based in the US or a US taxpayer * {{tax_reporting.nec_volume_threshold}} or more in payments ## 1099-MISC Use the [1099-MISC](https://support.stripe.com/questions/intro-to-1099-misc-tax-forms-for-platforms-and-marketplaces) form to report other forms of payments made in the course of your business. The account must meet all of the following criteria in the previous calendar year: * Based in the US or a US taxpayer * {{tax_reporting.misc_volume_threshold}} or more in payments or {{tax_reporting.misc_royalties_threshold}} in royalties ## 1099-K Use the [1099-K](https://support.stripe.com/questions/intro-to-1099-k-tax-forms-for-platforms-and-marketplaces) form to report payment transactions. The account must meet all of the following criteria in the previous calendar year: * Based in the US or a US taxpayer * More than {{tax_reporting.k_volume_threshold}} in gross volume * More than {{tax_reporting.k_transaction_count_threshold}} transactions ## See Also * [Get started with the Stripe 1099 tax reporting product](https://docs.stripe.com/connect/get-started-tax-reporting.md) * [Configure your tax form settings](https://docs.stripe.com/connect/tax-form-settings.md) Looking for help calculating sales tax, VAT, or GST? Check out [Stripe Tax](https://docs.stripe.com/tax.md).