{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Documents API", "version": "6" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get Documents", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/getUploadedDocuments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns documents that were previously uploaded for an account holder. Adyen uses the documents during the [verification process](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process).\n" }, { "info": { "name": "Adyen Upload a Document", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/uploadDocument", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Uploads a document for an account holder. Adyen uses the documents during the [verification process](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process)." }, { "info": { "name": "Adyen Upload a Document for Verification Checks", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/documents", "headers": [ { "name": "x-requested-verification-code", "value": "1_3008" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Uploads a document for verification checks.\n\n Adyen uses the information from the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities) to run automated verification checks. If these checks fail, you will be notified to provide additional documents.\n\n You should only upload documents when Adyen requests additional information for the legal entity.\n\n >You can upload a maximum of 15 pages for photo IDs." }, { "info": { "name": "Adyen Get a Document", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the document." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a document." }, { "info": { "name": "Adyen Update a Document", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/documents/:id", "headers": [ { "name": "x-requested-verification-code", "value": "0_0001" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the document to be updated." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates a document.\n\n >You can upload a maximum of 15 pages for photo IDs." }, { "info": { "name": "Adyen Delete a Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://cal-test.adyen.com/cal/services/Account/v6/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the document to be deleted." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes a document." } ] } ], "bundled": true }