v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Tax

Transmit Form 1099-K to the IRS

This POST endpoint is used to transmit a Form 1099-K to the IRS for a specific user identified by their user_token. Once transmitted, the form cannot be edited or deleted. If no submission_id is provided, the latest untransmitted 1099-K form for the user will be transmitted.

post/payout/{user_token}/tax/form1099k/transmit

Request body

submission_idstring uuid

Optional. The submission ID of the 1099-K form to transmit. If not provided, the latest untransmitted form for the user will be transmitted.

Response

OK

submission_idstring uuid

Unique identifier for the submission

status'Transmitted' | 'Error'

Status of the transmission

transmitted_atstring date-time

Timestamp of transmission