Update or Correct Form 1099-K

This PUT endpoint is used to update or correct a previously submitted Form 1099-K (Payment Card and Third Party Network Transactions) for a specific user identified by their user_token. 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). Basic information (name, address, email, phone, TIN) is retrieved from the user's existing profile.
To use this endpoint, you need to provide the user_token as a parameter in the URL Path, the original submission_id, and the updated 1099-K form data in the request body. For corrections after IRS acceptance, you can specify the correction_type as VOID, RECIPIENT, AMOUNT, or RECIPIENT_AMOUNT.

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here!