adyen.com

The Legal Entity Management API enables you to manage legal entities that contain information required for verification. Authentication To connect to the Legal Entity Management API, you must use the basic authentication credentials of your web service user. If you don't have one, contact the [A

🔑 apikey 27 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
Get a list of hosted onboarding page themes
curl \
  -H "X-API-Key: $API_KEY" \
  https://kyc-test.adyen.com/lem/v3/themes
Get an onboarding link theme
curl \
  -H "X-API-Key: $API_KEY" \
  https://kyc-test.adyen.com/lem/v3/themes/{id}
Get a document
curl \
  -H "X-API-Key: $API_KEY" \
  https://kyc-test.adyen.com/lem/v3/documents/{id}
Endpoints (27 total)
GET
/themes
Get a list of hosted onboarding page themes
GET
/themes/{id}
Get an onboarding link theme
GET
/documents/{id}
Get a document
GET
/businessLines/{id}
Get a business line
GET
/legalEntities/{id}
Get a legal entity
GET
/transferInstruments/{id}
Get a transfer instrument
GET
/legalEntities/{id}/businessLines
Get all business lines under a legal entity
GET
/legalEntities/{id}/pciQuestionnaires
Get PCI questionnaire details
GET
/legalEntities/{id}/pciQuestionnaires/{pciid}
Get PCI questionnaire
GET
/legalEntities/{id}/termsOfServiceAcceptanceInfos
Get Terms of Service information for a legal entity
POST
/documents
Upload a document for verification checks
POST
/businessLines
Create a business line
At a glance
Total SDKs5
Languages5
Endpoints27
Authapikey
Categories1
https://kyc-test.adyen.com/lem/v3