{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute listRecurringDetails API", "version": "6" }, "items": [ { "info": { "name": "listRecurringDetails", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get Stored Payment Details", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/listRecurringDetails", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper.\n\nFor more information, refer to [Retrieve stored details](https://docs.adyen.com/classic-integration/recurring-payments/retrieve-stored-details/)." } ] } ], "bundled": true }