For Agents
Create and update legal entities, attach business lines and transfer instruments, upload verification documents, and run hosted onboarding for Adyen Balance Platform and Issuing accounts.
Use for: I need to create a legal entity for a new business signing up to my platform, Update the business line of an existing legal entity, Upload a passport document for a legal entity director, Get the verification errors blocking a legal entity from going live
Not supported: Does not handle payment authorisation, balance transfers, or issuing card programs — use for legal entity, business line, and verification document management only.
Manage legal entities, business lines, transfer instruments, and verification documents on Adyen's modern Balance Platform and Issuing integrations. The API exposes 33 operations covering legal entity creation and updates, business line configuration, document upload, terms of service acceptance, PCI questionnaires, hosted onboarding URLs, and verification error inspection. Calls go to /lem/v3 in the test environment and the equivalent live KYC endpoint in production.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Adyen Legal Entity Management API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Adyen Legal Entity Management API.
Create legal entities of type individual, organization, sole proprietorship, or trust with required verification fields
Attach and update business lines that describe the products and services a legal entity offers
Upload, replace, and delete verification documents (passport, bank statement, registration document) tied to a legal entity
Generate hosted onboarding links so legal entities can complete verification in an Adyen-hosted flow
Inspect verification errors against a legal entity to see which fields or documents need attention
Capture and look up Terms of Service acceptances and tax electronic delivery consent per legal entity
Configure transfer instruments (bank accounts) that the legal entity uses for payouts and transfers
Patterns agents use Adyen Legal Entity Management API for, with concrete tasks.
★ Modern Marketplace Onboarding
Onboard new sellers on a marketplace running on Adyen's Balance Platform by creating legal entities, attaching business lines that describe the products sold, and uploading verification documents. The /legalEntities, /businessLines, and /documents endpoints together model the full KYC and KYB picture; /checkVerificationErrors surfaces what is still missing before the entity can transact.
POST /legalEntities with type Organization and registered business details, then POST /businessLines with the merchant category code and call /legalEntities/{id}/checkVerificationErrors to surface remaining gaps
Hosted KYC for Account Holders
Use the legal entity hosted onboarding endpoints to redirect account holders into an Adyen-hosted page where they complete verification fields and upload documents. Suitable for platforms that prefer not to build a bespoke KYC UI. The platform creates the legal entity, requests a hosted onboarding URL, and receives back a link that walks the legal entity contact through the missing requirements.
Create the legal entity, then POST to the hosted onboarding endpoint to generate the URL and email it to the legal entity contact for completion
Document Lifecycle and Re-verification
Manage the full document lifecycle for a legal entity: upload an initial document via POST /documents, replace it with PATCH /documents/{id} when it expires, and delete it once verification is no longer required. The transfer instruments resource lets you attach and update bank accounts on the same legal entity, and /checkVerificationErrors highlights which documents remain outstanding at any time.
POST /documents with type bankStatement and base64 content for legal entity LEM-0421, then call /legalEntities/LEM-0421/checkVerificationErrors to confirm the bank verification gap is cleared
AI Agent Compliance Operations
Compliance agents create and update legal entities through Jentic without raw access to the Adyen API key. The agent searches for 'create a legal entity on Adyen' via Jentic, receives the /legalEntities schema with the required type and entity-specific fields, and executes the call. Subsequent document uploads and verification error checks follow the same search-load-execute pattern with vaulted credentials.
Search Jentic for 'check Adyen legal entity verification errors', load the schema, and POST /legalEntities/{id}/checkVerificationErrors for the legal entity referenced in the compliance ticket
33 endpoints — manage legal entities, business lines, transfer instruments, and verification documents on adyen's modern balance platform and issuing integrations.
METHOD
PATH
DESCRIPTION
/legalEntities
Create a legal entity
/legalEntities/{id}
Get a legal entity
/legalEntities/{id}
Update a legal entity
/businessLines
Create a business line
/documents
Upload a verification document
/legalEntities/{id}/checkVerificationErrors
Check verification errors on a legal entity
/transferInstruments
Create a transfer instrument such as a bank account
/legalEntities/{id}/businessLines
List business lines for a legal entity
/legalEntities
Create a legal entity
/legalEntities/{id}
Get a legal entity
/legalEntities/{id}
Update a legal entity
/businessLines
Create a business line
/documents
Upload a verification document
/legalEntities/{id}/checkVerificationErrors
Check verification errors on a legal entity
/transferInstruments
Create a transfer instrument such as a bank account
/legalEntities/{id}/businessLines
List business lines for a legal entity
Three things that make agents converge on Jentic-routed access.
Credential isolation
Adyen X-API-Key credentials are stored encrypted in the Jentic MAXsystem vault. Agents call /legalEntities, /documents, and /businessLines through scoped tokens, so the raw API key never enters agent prompts or logs.
Intent-based discovery
Agents search by intent ('create a legal entity on Adyen', 'upload a verification document', 'check verification errors') and Jentic returns the matching Legal Entity Management operation with its full request schema.
Time to first call
Direct integration: 5-10 days for auth, legal entity and business line modelling, document upload pipeline, and verification error handling. Through Jentic: under 1 hour per operation — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Specific to using Adyen Legal Entity Management API through Jentic.
What authentication does the Adyen Legal Entity Management API use?
The Legal Entity Management API accepts an API key in the X-API-Key header or HTTP Basic authentication with web service user credentials. Generate the key from your Customer Area or Balance Platform Customer Area for Issuing integrations. Through Jentic, your X-API-Key is held encrypted in the MAXsystem vault and agents authenticate with scoped tokens, keeping the raw key out of agent context.
Can I support both individuals and organisations through this API?
Yes. POST /legalEntities accepts a type field with values individual, organization, soleProprietorship, or trust, and the request body shape changes accordingly. Individuals require personal details such as name and date of birth; organisations require registered name, registration number, and legal address. Verification requirements vary by type and jurisdiction.
What are the rate limits for the Legal Entity Management API?
Adyen applies per-merchant rate limits in the tens of requests per second for legal entity operations on production, lower in test. Document uploads have lower limits because of payload size. Excess requests return HTTP 429; back off and retry, and contact your Adyen account manager if you need a sustained higher ceiling.
How do I check verification errors through Jentic?
Search Jentic for 'check Adyen legal entity verification errors' to find the POST /legalEntities/{id}/checkVerificationErrors operation. Pass the legal entity id in the path and Jentic returns the schema and executes the call with vaulted credentials. The response highlights which fields or documents still need attention. Sign up at https://app.jentic.com/sign-up to get started.
What document types can I upload for verification?
POST /documents accepts a documentType field with values such as passport, driversLicense, identityCard, bankStatement, registrationDocument, and proofOfResidence. Documents are uploaded as base64-encoded content with metadata describing the legal entity and document subject. The exact accepted set varies by entity type and jurisdiction; the spec enumerates the supported values.
GET STARTED