{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute getTaxForm API", "version": "6" }, "items": [ { "info": { "name": "getTaxForm", "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)." } ] } ], "bundled": true }