{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Methods API", "version": "6" }, "items": [ { "info": { "name": "Methods", "type": "folder" }, "items": [ { "info": { "name": "Adyen Delete Payout Methods", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/deletePayoutMethods", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes payout methods associated with an account holder." }, { "info": { "name": "Adyen Get a List of Available Payment Methods", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentMethods", "headers": [ { "name": "Idempotency-Key", "value": "37ca9c97-d1d1-4c62-89e8-706891a563ed" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Queries the available payment methods for a transaction based on the transaction context (like amount, country, and currency). Besides giving back a list of the available payment methods, the response also returns which input details you need to collect from the shopper (to be submitted to `/payments`).\n\nAlthough we highly recommend using this endpoint to ensure you are always offering the most up-to-date list of payment methods, its usage is optional. You can, for example, also cache the `/paym" }, { "info": { "name": "Adyen Get the Balance of a Gift Card", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentMethods/balance", "headers": [ { "name": "Idempotency-Key", "value": "37ca9c97-d1d1-4c62-89e8-706891a563ed" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieves the balance remaining on a shopper's gift card. To check a gift card's balance, make a POST `/paymentMethods/balance` call and include the gift card's details inside a `paymentMethod` object." }, { "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 }