{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Issue API", "version": "6" }, "items": [ { "info": { "name": "Issue", "type": "folder" }, "items": [ { "info": { "name": "Adyen Issues a New Card.", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/issue", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Issues a new card of the given payment method." } ] } ], "bundled": true }