Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

API DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Identity Auth / Adyen / Adyen Legal Entity Management API
Adyen Legal Entity Management API logo

Adyen Legal Entity Management API

Browse all Adyen APIs
✓ Official Vendor SpecIdentity AuthIdentity VerificationapiKey, basic33 EndpointsREST

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.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Adyen Legal Entity Management API to your agent

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.

1

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 | sh
2

Step 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 instance

Jentic 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.

Capabilities

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

Use Cases

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

Key Endpoints

33 endpoints — manage legal entities, business lines, transfer instruments, and verification documents on adyen's modern balance platform and issuing integrations.

METHOD

PATH

DESCRIPTION

POST

/legalEntities

Create a legal entity

GET

/legalEntities/{id}

Get a legal entity

PATCH

/legalEntities/{id}

Update a legal entity

POST

/businessLines

Create a business line

POST

/documents

Upload a verification document

POST

/legalEntities/{id}/checkVerificationErrors

Check verification errors on a legal entity

POST

/transferInstruments

Create a transfer instrument such as a bank account

GET

/legalEntities/{id}/businessLines

List business lines for a legal entity

POST

/legalEntities

Create a legal entity

GET

/legalEntities/{id}

Get a legal entity

PATCH

/legalEntities/{id}

Update a legal entity

POST

/businessLines

Create a business line

POST

/documents

Upload a verification document

POST

/legalEntities/{id}/checkVerificationErrors

Check verification errors on a legal entity

POST

/transferInstruments

Create a transfer instrument such as a bank account

GET

/legalEntities/{id}/businessLines

List business lines for a legal entity

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

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

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

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.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Adyen Management API

→

Configures the balance platform-level merchant settings the legal entities sit under

Use the Management API for platform configuration and the Legal Entity API for legal entity records and verification

Complementary

Adyen Checkout API

→

Authorises payments for merchants verified through the Legal Entity API

Use the Legal Entity API to onboard the merchant and Checkout to process its payments once verification clears

Alternative

Onfido API

→

Standalone identity verification provider with broad document and biometric coverage

Choose Onfido when you want a verification provider independent of your payment processor; choose Adyen Legal Entity when verification needs to integrate directly with the Adyen Balance Platform

Alternative

Sumsub API

→

KYC and KYB verification platform with hosted flows and SDK integration

Choose Sumsub for a full-stack verification provider with strong international coverage; choose Adyen Legal Entity when the verification record must live inside Adyen

FAQs

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

Start building with Adyen Legal Entity Management API

Explore with Jentic
View OpenAPI Document