v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-3196247792.5 KB
Account holders

Get a tax form

Generates a tax form for account holders operating in the US. For more information, refer to US tax forms for marketplaces or platforms .

get/accountHolders/{id}/taxForms

Path parameters

idstring required

The unique identifier of the account holder.

Query parameters

formType'US1099k' | 'US1099nec' required

The type of tax form you want to retrieve. Accepted values are US1099k and US1099nec.

yearinteger required

The tax year in YYYY format for the tax form you want to retrieve.

legalEntityIdstring

The legal entity reference whose tax form you want to retrieve.

Response

OK - the request has succeeded.

contentstring byte required

The content of the tax form in Base64 format.

contentType'application/pdf'

The content type of the tax form.

Possible values:

  • application/pdf