{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Stored API", "version": "6" }, "items": [ { "info": { "name": "Stored", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get Tokens for Stored Payment Details", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/storedPaymentMethods", "params": [ { "name": "shopperReference", "value": "", "type": "query", "description": "Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address." }, { "name": "merchantAccount", "value": "", "type": "query", "description": "Your merchant account." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Lists the tokens for stored payment details for the shopper identified in the path, if there are any available. The token ID can be used with payment requests for the shopper's payment. A summary of the stored details is included.\n\n" }, { "info": { "name": "Adyen Delete a Token for Stored Payment Details", "type": "http" }, "http": { "method": "DELETE", "url": "https://cal-test.adyen.com/cal/services/Account/v6/storedPaymentMethods/:storedPaymentMethodId", "params": [ { "name": "storedPaymentMethodId", "value": "", "type": "path", "description": "The unique identifier of the token." }, { "name": "shopperReference", "value": "", "type": "query", "description": "Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.\n> Your reference must not include personally identifiable information (PII), for example name or email address." }, { "name": "merchantAccount", "value": "", "type": "query", "description": "Your merchant account." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes the token identified in the path. The token can no longer be used with payment requests." } ] } ], "bundled": true }