> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/payments-and-invoicing/payments-and-payouts/form-1099-k-frequently-asked-questions.md).

# Form 1099-K: Frequently Asked Questions

If you accept online payments through card processors or third-party platforms like Alternative Payments, you may receive a Form 1099-K each year. This IRS tax form is how payment networks report the money you received for tax compliance and transparency.

***

## What Is a 1099-K?

**Form 1099-K** (Payment Card and Third Party Network Transactions) is an **IRS** information return used to report payments received from payment cards (like Visa or Mastercard) and third-party settlement organizations (like payment processors and marketplaces).

If you receive payments from customers via credit card, debit card, or through a third-party processor, the payment processor may issue a **1099-K** showing the total amount of those transactions for the year.

## Who Receives a 1099-K?

Payment processors issue a 1099-K when your payment volume meets the IRS reporting threshold for that tax year.

Under current IRS guidance, third-party settlement organizations are generally required to file Form 1099-K when reportable payment transactions exceed **$20,000** and **200 transactions** for the tax year. Threshold rules have changed in recent years and can change again — always confirm the current requirement with the [IRS Form 1099-K FAQs](https://www.irs.gov/newsroom/form-1099-k-faqs) or your tax advisor.

You may still receive a 1099-K below the federal filing threshold in some cases, and processors may send forms even when not strictly required.

{% hint style="info" %}
Regardless of whether you receive a 1099-K, you are responsible for reporting all income on your tax return.
{% endhint %}

## What Does the 1099-K Report?

A 1099-K shows the gross amount of payments processed for goods and services over the year. This amount does not account for processor fees, refunds, chargebacks, or other adjustments. That's why the 1099-K total may be higher than your actual net income.

## Why It Matters

Receiving a 1099-K doesn't necessarily mean you owe more taxes. What matters is that you accurately report your total income and expenses. A 1099-K helps both taxpayers and the IRS cross-check income reporting and ensure compliance.

{% hint style="info" icon="calculator" %}
**For questions about how to report income on your tax return, consult a tax professional.**
{% endhint %}

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.alternativepayments.io/payments-and-invoicing/payments-and-payouts/form-1099-k-frequently-asked-questions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
