{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute paymentInstrumentGroups API", "version": "6" }, "items": [ { "info": { "name": "paymentInstrumentGroups", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create a Payment Instrument Group", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstrumentGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment instrument group to associate and group payment instrument resources together. You can apply a transaction rule to a payment instrument group." }, { "info": { "name": "Adyen Get a Payment Instrument Group", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstrumentGroups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument group." } ] }, "docs": "Returns the details of a payment instrument group." }, { "info": { "name": "Adyen Get All Transaction Rules for a Payment Instrument Group", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstrumentGroups/:id/transactionRules", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument group." } ] }, "docs": "Returns a list of all the transaction rules associated with a payment instrument group." } ] } ], "bundled": true }