Create a Form 1099
The following is an example of creating a Form 1099. Note that all form types follow the same pattern for creation, but for more information on a specific form type, please read the full reference:
Generating a Form 1099
To create a Form 1099 directly from our API you’ll need information about the Payee, information about the Payer, and specific form fields values for your that form type.
tin or tinFingerprint?
For both the Payer and Payee we allow you to pass either the plain text tin
or a previously created tinFingerprint
.
Response
The response will contain all the information from the request, plus the following additional information:
- a unique
documentId
- the
createdAt
timestamp - the
payerUrl
that links to the generated pdf of the Payer’s copy of the form - the
payeeUrl
that links to the generated pdf of the Payee’s copy of the form - the
status
of the form
Automatic TIN Verification
It’s important to note that if the combination of the Payee’s or Payer’s
name
and tin
has not been seen before on the Abound platform, a TIN
Verification will automatically be created. In the event that a new TIN
Verification was created, a tinVerificationId
will be returned in the
response nested in the payee
and/or the payer
object(s).