@n8n-dev/n8n-nodes-adyen-legalentityservice
v1.0.2
Published
Manage legal entities for verification via Legal Entity Management API.
Maintainers
Readme
@n8n-dev/n8n-nodes-adyen-legalentityservice
Stop writing adyen-legalentityservice API integrations by hand.
Every time you connect n8n to adyen-legalentityservice, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to adyen-legalentityservice took 5 minutes, not half a day?
This node gives you 7+ resources out of the box: Legal Entities, Hosted Onboarding, Business Lines, Documents, Terms Of Service, and 2 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-adyen-legalentityserviceOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-adyen-legalentityservice - Click Install
Quick Start
- Install the node (above)
- Add credentials: adyen-legalentityservice API → paste your API key
- Drag the adyen-legalentityservice node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Create a legal entity
- Get a legal entity
- Patch Update a legal entity
- Get all business lines under a legal entity
- Post Check a legal entity s verification errors
- Post Get a link to an Adyen hosted onboarding page
- Get a list of hosted onboarding page themes
- Get an onboarding link theme
- Post Create a business line
- Delete a business line
- Get a business line
- Patch Update a business line
- Post Upload a document for verification checks
- Delete a document
- Get a document
- Patch Update a document
- Post Get Terms of Service document
- Patch Accept Terms of Service
- Get Terms of Service information for a legal entity
- Post Create a transfer instrument
- Delete a transfer instrument
- Get a transfer instrument
- Patch Update a transfer instrument
- Get PCI questionnaire details
- Post Generate PCI questionnaire
- Post Sign PCI questionnaire
- Get PCI questionnaire
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from adyen-legalentityservice docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official adyen-legalentityservice OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official adyen-legalentityservice OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the adyen-legalentityservice API updates, this node updates too.
License
MIT © kelvinzer0
