{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Gettotals API", "version": "6" }, "items": [ { "info": { "name": "Gettotals", "type": "folder" }, "items": [ { "info": { "name": "Adyen GetTotals Request", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/gettotals", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "It conveys information from the Sale System related to the scope and the format of the totals to be computed by the POI System. Content of the Get Totals Request message." } ] } ], "bundled": true }