v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Tax

Get all tax form submissions

This GET endpoint is used to obtain all previous tax form submissions for the user with the provided user token. <br> To use this endpoint, you need to provide the user_token as a parameter in the URL Path.

get/payout/{user_token}/tax/forms

Response

OK

provider'TaxBandits'

Tax form provider

submission_idstring uuid

Unique submission identifier

tax_yearstring

Tax year (4 digits)

tax_form'1099K' | '1099NEC' | '1099MISC'

Type of tax form

status'CREATED' | 'TRANSMITTED' | 'SENT_TO_AGENCY' | 'ACCEPTED' | 'REJECTED' | 'ACCEPTED_WITH_ERRORS' | 'YET_TO_RETRANSMIT'

Submission status

feenumber float

Fee charged for the submission

currencystring

Currency of the fee

gross_amountnumber float

Gross amount reported

supplemental_gross_amountnumber float

Supplemental gross amount

is_postalboolean

Whether postal delivery was used

time_createdstring date-time

Timestamp of submission creation