Abound · Arazzo Workflow
Create, file and mail a Form 1099-NEC
Version 1.0.0
Run the full 1099-NEC lifecycle - create the document, file it with federal and state authorities, then mail the payee copy.
View Spec
View on GitHub
CompanyTaxesTax ComplianceRegulatory ComplianceFinancial ServicesIdentity VerificationGovernmentDocumentsWebhooksRetiredArazzoWorkflows
Provider
Workflows
file1099Nec
Create a 1099-NEC, confirm the payee TIN matched, file it, then mail the payee copy.
The marquee end-of-year flow. The same shape applies to form1099Misc*, form1099K* and form1099Int* - only the formFields differ. All monetary values are in cents. Filing is irreversible, so an Idempotency-Key on every POST is mandatory. Correct/void only work after FILED.
1
create1099
form1099NecCreate
Create the 1099-NEC document. Response comes back with status CREATED plus payerUrl and payeeUrl PDFs.
2
file1099
form1099NecFile
File the document with federal and state authorities. No body. Moves the document to FILED; watch for TEN99_NEC_ACCEPTED / TEN99_NEC_REJECTED webhooks.
3
retrieve1099
form1099NecRetrieve
Read the filed document back to confirm state and pull the final PDFs.
4
mail1099
form1099NecMail
Mail the payee copy. Returns a Mailing (mailingId_...) with status CREATED and a PDF url; track with mailingsRetrieve or the MAILING_* webhooks.