-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adyen Automation
committed
Aug 14, 2024
1 parent
d390818
commit 7c6d0d7
Showing
6 changed files
with
45 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"version" : "1", | ||
"x-publicVersion" : true, | ||
"title" : "Legal Entity Management API", | ||
"description" : "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nAlternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"[email protected]_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v1/legalEntities\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v1`.\n\n", | ||
"description" : "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nEach request to the Configuration API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\n If you have an Adyen Issuing integration, [generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v1/legalEntities\n```\n## Going live\nWhen going live, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://kyc-live.adyen.com/lem/v1`.\n\n", | ||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", | ||
"contact" : { | ||
"name" : "Adyen Developer Experience team", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"version" : "2", | ||
"x-publicVersion" : true, | ||
"title" : "Legal Entity Management API", | ||
"description" : "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nAlternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"[email protected]_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v2/legalEntities\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v2`.\n\n", | ||
"description" : "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nEach request to the Configuration API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\n If you have an Adyen Issuing integration, [generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v2/legalEntities\n```\n## Going live\nWhen going live, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://kyc-live.adyen.com/lem/v2`.\n\n", | ||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", | ||
"contact" : { | ||
"name" : "Adyen Developer Experience team", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"version" : "3", | ||
"x-publicVersion" : true, | ||
"title" : "Legal Entity Management API", | ||
"description" : "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nYour Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nAlternatively, you can use the username and password of your API credential to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"[email protected]_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v3/legalEntities\n```\n## Going live\nWhen going live, your Adyen contact will provide your API credential for the live environment. You can then use the API key or the username and password to send requests to `https://kyc-live.adyen.com/lem/v3`.\n\n", | ||
"description" : "The Legal Entity Management API enables you to manage legal entities that contain information required for verification. \n## Authentication\nEach request to the Configuration API must be signed with an API key. Generate an API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key) or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\n If you have an Adyen Issuing integration, [generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key) in your Balance Platform Customer Area.\n\nTo connect to the API, add an `X-API-Key` header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v3/legalEntities\n```\n## Going live\nWhen going live, generate an API key in your [live Customer Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/) if you have an Adyen Issuing integration.You can then use the API key to send requests to `https://kyc-live.adyen.com/lem/v3`.\n\n", | ||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", | ||
"contact" : { | ||
"name" : "Adyen Developer Experience team", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,22 @@ info: | |
x-publicVersion: true | ||
title: Legal Entity Management API | ||
description: "The Legal Entity Management API enables you to manage legal entities\ | ||
\ that contain information required for verification. \n## Authentication\nYour\ | ||
\ Adyen contact will provide your API credential and an API key. To connect to\ | ||
\ the API, add an `X-API-Key` header with the API key as the value. For example:\n\ | ||
\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\"\ | ||
\ \\\n...\n```\nAlternatively, you can use the username and password of your API\ | ||
\ credential to connect to the API using basic authentication. For example:\n\n\ | ||
```\ncurl\n-U \"[email protected]_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\"\ | ||
\ \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal\ | ||
\ Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning)\ | ||
\ that contain information required for verification. \n## Authentication\nEach\ | ||
\ request to the Configuration API must be signed with an API key. Generate an\ | ||
\ API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\ | ||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\ | ||
\n If you have an Adyen Issuing integration, [generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\ | ||
\ in your Balance Platform Customer Area.\n\nTo connect to the API, add an `X-API-Key`\ | ||
\ header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key:\ | ||
\ YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\n\ | ||
The Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning)\ | ||
\ using a version suffix in the endpoint URL. This suffix has the following format:\ | ||
\ \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v1/legalEntities\n\ | ||
```\n## Going live\nWhen going live, your Adyen contact will provide your API\ | ||
\ credential for the live environment. You can then use the API key or the username\ | ||
\ and password to send requests to `https://kyc-live.adyen.com/lem/v1`.\n\n" | ||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\ | ||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\ | ||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\ | ||
\ if you have an Adyen Issuing integration.You can then use the API key to send\ | ||
\ requests to `https://kyc-live.adyen.com/lem/v1`.\n\n" | ||
termsOfService: https://www.adyen.com/legal/terms-and-conditions | ||
contact: | ||
name: Adyen Developer Experience team | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,22 @@ info: | |
x-publicVersion: true | ||
title: Legal Entity Management API | ||
description: "The Legal Entity Management API enables you to manage legal entities\ | ||
\ that contain information required for verification. \n## Authentication\nYour\ | ||
\ Adyen contact will provide your API credential and an API key. To connect to\ | ||
\ the API, add an `X-API-Key` header with the API key as the value. For example:\n\ | ||
\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\"\ | ||
\ \\\n...\n```\nAlternatively, you can use the username and password of your API\ | ||
\ credential to connect to the API using basic authentication. For example:\n\n\ | ||
```\ncurl\n-U \"[email protected]_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\"\ | ||
\ \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal\ | ||
\ Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning)\ | ||
\ that contain information required for verification. \n## Authentication\nEach\ | ||
\ request to the Configuration API must be signed with an API key. Generate an\ | ||
\ API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\ | ||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\ | ||
\n If you have an Adyen Issuing integration, [generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\ | ||
\ in your Balance Platform Customer Area.\n\nTo connect to the API, add an `X-API-Key`\ | ||
\ header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key:\ | ||
\ YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\n\ | ||
The Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning)\ | ||
\ using a version suffix in the endpoint URL. This suffix has the following format:\ | ||
\ \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v2/legalEntities\n\ | ||
```\n## Going live\nWhen going live, your Adyen contact will provide your API\ | ||
\ credential for the live environment. You can then use the API key or the username\ | ||
\ and password to send requests to `https://kyc-live.adyen.com/lem/v2`.\n\n" | ||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\ | ||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\ | ||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\ | ||
\ if you have an Adyen Issuing integration.You can then use the API key to send\ | ||
\ requests to `https://kyc-live.adyen.com/lem/v2`.\n\n" | ||
termsOfService: https://www.adyen.com/legal/terms-and-conditions | ||
contact: | ||
name: Adyen Developer Experience team | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,22 @@ info: | |
x-publicVersion: true | ||
title: Legal Entity Management API | ||
description: "The Legal Entity Management API enables you to manage legal entities\ | ||
\ that contain information required for verification. \n## Authentication\nYour\ | ||
\ Adyen contact will provide your API credential and an API key. To connect to\ | ||
\ the API, add an `X-API-Key` header with the API key as the value. For example:\n\ | ||
\n```\ncurl\n-H \"X-API-Key: YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\"\ | ||
\ \\\n...\n```\nAlternatively, you can use the username and password of your API\ | ||
\ credential to connect to the API using basic authentication. For example:\n\n\ | ||
```\ncurl\n-U \"[email protected]_YOUR_COMPANY_ACCOUNT\":\"YourWsPassword\"\ | ||
\ \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\nThe Legal\ | ||
\ Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning)\ | ||
\ that contain information required for verification. \n## Authentication\nEach\ | ||
\ request to the Configuration API must be signed with an API key. Generate an\ | ||
\ API key in your Customer Area if you have a [platform setup](https://docs.adyen.com/platforms/manage-access/api-credentials-web-service/#generate-api-key)\ | ||
\ or [marketplace setup](https://docs.adyen.com/marketplaces/manage-access/api-credentials-web-service/#generate-api-key).\n\ | ||
\n If you have an Adyen Issuing integration, [generate an API key](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service/#generate-api-key)\ | ||
\ in your Balance Platform Customer Area.\n\nTo connect to the API, add an `X-API-Key`\ | ||
\ header with the API key as the value. For example:\n\n```\ncurl\n-H \"X-API-Key:\ | ||
\ YOUR_API_KEY\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\n## Versioning\n\ | ||
The Legal Entity Management API supports [versioning](https://docs.adyen.com/development-resources/versioning)\ | ||
\ using a version suffix in the endpoint URL. This suffix has the following format:\ | ||
\ \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://kyc-test.adyen.com/lem/v3/legalEntities\n\ | ||
```\n## Going live\nWhen going live, your Adyen contact will provide your API\ | ||
\ credential for the live environment. You can then use the API key or the username\ | ||
\ and password to send requests to `https://kyc-live.adyen.com/lem/v3`.\n\n" | ||
```\n## Going live\nWhen going live, generate an API key in your [live Customer\ | ||
\ Area](https://ca-live.adyen.com/ca/) if you have an Adyen for Platforms integration\ | ||
\ or [live Balance Platform Customer Area](https://balanceplatform-live.adyen.com/balanceplatform/)\ | ||
\ if you have an Adyen Issuing integration.You can then use the API key to send\ | ||
\ requests to `https://kyc-live.adyen.com/lem/v3`.\n\n" | ||
termsOfService: https://www.adyen.com/legal/terms-and-conditions | ||
contact: | ||
name: Adyen Developer Experience team | ||
|