Here are the webhooks that fire for the Form 1099-K, Form 1099-NEC, and Form 1099-INT resources - each corresponding to a change status change or action taken on the form.


Form 1099-K Webhook Events

Webhook EventCause
TEN99_K_CREATEDWhen a Form 1099-K is successfully created.
TEN99_K_FILEDWhen a request to file a Form 1099-K has been successfully received and its status has updated to FILED.
TEN99_K_ACCEPTEDWhen a Form 1099-K has been successfully filed and accepted by all required government entities and its status has been updated to ACCEPTED.
TEN99_K_REJECTEDWhen a Form 1099-K has been rejected by one or all required government entities and its status has been updated to REJECTED.
TEN99_K_VOIDEDWhen a request to void a Form 1099-K has been received and the subsequent actions to void the form were successful.
TEN99_K_CORRECTEDWhen a request to correct a Form 1099-K has been received and the subsequent actions to correct the form were successful.
TEN99_K_DELETEDWhen a request to delete a Form 1099-K has been received and the subsequent actions to delete the form were successful.

Form 1099-NEC Webhook Events

Webhook EventCause
TEN99_NEC_CREATEDWhen a Form 1099-NEC is successfully created.
TEN99_NEC_FILEDWhen a request to file a Form 1099-NEC has been successfully received and its status has updated to FILED.
TEN99_NEC_ACCEPTEDWhen a Form 1099-NEC has been successfully filed and accepted by all required government entities and its status has been updated to ACCEPTED.
TEN99_NEC_REJECTEDWhen a Form 1099-NEC has been rejected by one or all required government entities and its status has been updated to REJECTED.
TEN99_NEC_VOIDEDWhen a request to void a Form 1099-NEC has been received and the subsequent actions to void the form were successful.
TEN99_NEC_CORRECTEDWhen a request to correct a Form 1099-NEC has been received and the subsequent actions to correct the form were successful.
TEN99_NEC_DELETEDWhen a request to delete a Form 1099-NEC has been received and the subsequent actions to delete the form were successful.

Form 1099-INT Webhook Events

Webhook EventCause
TEN99_INT_CREATEDWhen a Form 1099-INT is successfully created.
TEN99_INT_FILEDWhen a request to file a Form 1099-INT has been successfully received and its status has updated to FILED.
TEN99_INT_ACCEPTEDWhen a Form 1099-INT has been successfully filed and accepted by all required government entities and its status has been updated to ACCEPTED.
TEN99_INT_REJECTEDWhen a Form 1099-INT has been rejected by one or all required government entities and its status has been updated to REJECTED.
TEN99_INT_VOIDEDWhen a request to void a Form 1099-INT has been received and the subsequent actions to void the form were successful.
TEN99_INT_CORRECTEDWhen a request to correct a Form 1099-INT has been received and the subsequent actions to correct the form were successful.
TEN99_INT_DELETEDWhen a request to delete a Form 1099-INT has been received and the subsequent actions to delete the form were successful.

πŸ“˜

Webhook events when mailing Form 1099s

Mail actions performed on Form 1099s are handled under the MAILING namespace and can be found here.


Read more on how to register and validate webhooks here.