TaxForm
Collects tax information about your vendors
A TaxForm is used to collect tax data for your vendors. There are multiple forms of TaxForm objects. Which one you will use for a given vendor depends on whether the vendor Company is of type business or personal, what country they are based in, and potentially other factors.
To collect TaxForm data, you will first want to determine what type of TaxForm is required for the vendor. To do this, retrieve the Company and check the tax_form_type field.
Domestic vs. International VendorsFor vendors in the United States, use a
w9TaxForm.
For vendors outside the United States, use aw8benTaxForm forpersonalCompanies and aw8ben_eTaxForm forbusinessCompanies.
When submitting your TaxForm, use the Create company tax form endpoint. You have two options to collect the "signature" of your vendor:
- You can use the
uploaded_formobject to upload a PDF of a signed form - for example, if your vendor uploaded it when they onboarded to your application. - You can have the vendor Contact enter their legal name, and submit it via the
signaturefield.
Need more detail about tax forms?Here's some advice the US Internal Revenue Service offers to businesses collecting W-9 data (for US vendors) and W8 BEN/BEN-E data for vendors outside the United States.
Updated 13 days ago
