API Documentation
Endpoint 1
HTTP POST TaxStatement object as application/json. Receive PDF in response.
POST https://domain-name-here/fdx/v641/tax-forms X-API-Key: your-api-key-here Content-Type: application/json Accept: application/pdf < cash.TaxStatement.json
curl --request POST --location "https://domain-name-here/fdx/v641/tax-forms" \
--header "X-API-Key: your-api-key" \
--header "Accept: application/pdf" \
--header "Content-Type: application/json" \
--data @/Users/johndoe/.../cash.TaxStatement.json
Endpoint 2
HTTP POST file containing FDX JSON using multipart/form-data. Receive PDF response.
POST https://domain-name-here/fdx/v641/tax-forms X-API-Key: your-api-key-here Content-Type: multipart/form-data; boundary=boundary Accept: application/pdf --boundary Content-Disposition: form-data; name="file"; filename="qof.TaxStatement.json" < qof.TaxStatement.json --boundary
curl --request POST --location "https://domain-name-here/fdx/v641/tax-forms" \
--header "X-API-Key: your-api-key" \
--header "Content-Type: multipart/form-data; boundary=boundary" \
--header "Accept: application/pdf" \
--form "file=@/Users/johndoe/.../qof.TaxStatement.json;filename=qof.TaxStatement.json;type=*/*"
API PRICING
• Priced per 1099-DA.
• Each 1099-DA holds multiple transactions (18 transactions per page).
• Maximum of 500 transactions per 1099-DA. (Over 500 requires special arrangement and pricing.)
• Payable in advance. (Credits do not expire.)
• Extra for FDX and OFX tax document import hosting
• Extra for IRIS electronic filing
• Email us for prepayment invoice.
| # | Quantity | Per 1099-DA Price | Total Prepayment | FDX and OFX Hosting | IRIS E-File |
|---|---|---|---|---|---|
| 1 | 200 | $2.50 | $500 | Contact Us | Contact Us |
| 2 | 500 | $2.00 | $1,000 | Contact Us | Contact Us |
| 3 | 1,000 | $1.50 | $1,500 | Contact Us | Contact Us |
| 4 | Over 1,000 | Contact Us | Contact Us | Contact Us | Contact Us |
Pricing subject to change.
Email support@itips.info to set up account and API key.