New: Tax form APIs

Date: February 26, 2026

Two new Tax form endpoints help partners confirm 1099-K availability by payout year and download the PDF for compliance and record keeping. Build this into your tools to streamline year-end reporting, cut manual steps, and give sellers a simple self-service experience.

What changed

  • Get tax forms : Returns payout years and taxForms (currently 1099-K) with a unique formId per year for the specified partner/tenant.
  • Download tax form : Returns JSON metadata and a Base64-encoded PDF (fileContent) you can decode and save.

Why it matters

  • Faster year-end workflows: quickly identify eligible years and fetch the 1099-K.
  • Precision via formId: target the exact document and reduce mismatches.
  • Better operability: correlation IDs and channel tracing improve support.

Next steps

  • Implement Get tax forms to list years and capture formId per year.
  • Implement Download tax form using payoutYear, taxFormType=1099-K, and formId; decode and save the PDF.
  • Review the Tax forms API guide and API references for examples and integration details.