{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Grants API", "version": "6" }, "items": [ { "info": { "name": "Grants", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a Capital Account", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/grants", "params": [ { "name": "counterpartyAccountHolderId", "value": "", "type": "query", "description": "The counterparty account holder id." } ] }, "docs": "Returns a list of grants with status and outstanding balances." }, { "info": { "name": "Adyen Request a Grant Payout", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/grants", "body": { "type": "json", "data": "{}" } }, "docs": "Requests the payout of the selected grant offer." }, { "info": { "name": "Adyen Get Grant Reference Details", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/grants/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the grant." } ] }, "docs": "Returns the details of a capital account specified in the path." } ] } ], "bundled": true }