{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Tax API", "version": "6" }, "items": [ { "info": { "name": "Tax", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a Tax Form", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/getTaxForm", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Generates a tax form for account holders operating in the US. For more information, refer to [Providing tax forms](https://docs.adyen.com/marketplaces-and-platforms/classic/tax-forms)." }, { "info": { "name": "Adyen Get a Tax Form", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolders/:id/taxForms", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the account holder." }, { "name": "formType", "value": "", "type": "query", "description": "The type of tax form you want to retrieve. Accepted values are **US1099k** and **US1099nec**" }, { "name": "year", "value": "", "type": "query", "description": "The tax year in YYYY format for the tax form you want to retrieve" } ] }, "docs": "Generates a tax form for account holders operating in the US. For more information, refer to [Providing tax forms](https://docs.adyen.com/marketplaces-and-platforms/us-tax-forms/)." } ] } ], "bundled": true }