Feature: Enhanced 1099-Ints Generation (Tax Documents)
POST /account/:account_id/tax_document ****
to generate 1099s on demand
PATCH
or DELETE
endpoint (if the 1099 has not yet been filed).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.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
/account/:account_id/tax_document/:id
GET /account/:account_id/tax_document
endpoint that returns the 1099s generated for an account.