Adyen Legalentityservice V4
Connector for the adyen-legalentityservice-v4 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://kyc-test.adyen.com/lem/v4 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_businesslines_id— GET /businessLines/{id} — Get a business lineget_documents_id— GET /documents/{id} — Get a documentget_legalentities_id— GET /legalEntities/{id} — Get a legal entityget_legalentities_id_acceptedtermsofservicedocum— GET /legalEntities/{id}/acceptedTermsOfServiceDocument/{termsofserviceacceptancereference} — Get accepted Terms of Service documentget_legalentities_id_businesslines— GET /legalEntities/{id}/businessLines — Get all business lines under a legal entityget_legalentities_id_pciquestionnaires— GET /legalEntities/{id}/pciQuestionnaires — Get PCI questionnaire details
Inputs
apiKey— your adyen-legalentityservice-v4 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_businesslines_id
apiKey: <your key>