Feature: Enhanced 1099-Ints Generation (Tax Documents)
Now, customers/fintechs can use the endpoint POST /account/:account_id/tax_document ****
to generate 1099s on demand
PATCH
or DELETE
endpoint (if the 1099 has not yet been filed).If a change is needed for the tax document, customers/fintechs can use the PATCH /account/:account_id/tax_document/:id
to make the necessary update
PATCH
endpoint would allow users to update the status of the 1099 under certain conditions.PATCH
the status to filing to trigger filing of the 1099.Additional endpoints DELETE /account/:account_id/tax_document/:id
and GET /account/:account_id/tax_document/:id
are available for use.
For DELETE /account/:account_id/tax_document/:id
For GET /account/:account_id/tax_document/:id
GET /account/:account_id/tax_document
endpoint that returns the 1099s generated for an account.