{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute businessLines API", "version": "6" }, "items": [ { "info": { "name": "businessLines", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create a Business Line", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/businessLines", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Creates a business line. \n\nThis resource contains information about your user's line of business, including their industry and their source of funds. Adyen uses this information to verify your users as required by payment industry regulations. Adyen informs you of the verification results through webhooks or API responses.\n\n>If you are using hosted onboarding and just beginning your integration, use v3 for your API requests. Otherwise, use v2.\n\n" }, { "info": { "name": "Adyen Get a Business Line", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/businessLines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the business line." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the detail of a business line." }, { "info": { "name": "Adyen Update a Business Line", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/businessLines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the business line." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates a business line." }, { "info": { "name": "Adyen Delete a Business Line", "type": "http" }, "http": { "method": "DELETE", "url": "https://cal-test.adyen.com/cal/services/Account/v6/businessLines/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the business line to be deleted." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes a business line.\n\n >If you delete a business line linked to a [payment method](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api), it can affect your merchant account's ability to use the [payment method](https://docs.adyen.com/api-explorer/Management/latest/post/merchants/_merchantId_/paymentMethodSettings). The business line is removed from all linked merchant accounts." } ] } ], "bundled": true }