Tax
Update or Correct Form 1099-NEC
This PUT endpoint is used to update or correct a previously submitted Form 1099-NEC. The system automatically determines whether to perform an Update (if the form has not yet been accepted by the IRS) or a Correction (if the form has already been accepted by the IRS). For corrections, specify correction_type as VOID, RECIPIENT, AMOUNT, or RECIPIENT_AMOUNT.
put/payout/{user_token}/tax/form1099nec
Request body
Example request
{
"submission_id": "abc123-def456-ghi789"
}Response
OK