{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Cardacquisition API", "version": "6" }, "items": [ { "info": { "name": "Cardacquisition", "type": "folder" }, "items": [ { "info": { "name": "Adyen CardAcquisition Request", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/cardacquisition", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "It conveys Information related to the payment and loyalty cards to read and analyse. This message pair is usually followed by a message pair (e.g. payment or loyalty) which refers to this Card Acquisition message pair. Content of the Card Acquisition Request message." } ] } ], "bundled": true }