Lap Adyen Balance Control Api
Adyen Balance Control API skill. Use when working with Adyen Balance Control for balanceTransfer. Covers 1 endpoint.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 20 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the single endpoint described. Requesting an ADYEN_BALANCE_CONTROL_API_KEY is proportionate for calling Adyen APIs.
Instruction Scope
SKILL.md stays within the API calling scope (authenticate and POST /balanceTransfer) but contains inconsistencies: it lists both 'ApiKey X-API-Key in header' and 'Bearer' auth and then tells the user to set an Authorization Bearer token. It also references a local file (references/api-spec.lap) and suggests using npx @lap-platform/lapsh to fetch the spec — that file/tool are not included in the skill and may not exist in the runtime environment.
Install Mechanism
No install spec or code files are provided (instruction-only), so nothing will be written to disk by the skill itself. Commands shown (npx lapsh) are optional guidance and not executed automatically by the skill package.
Credentials
Only a single API key environment variable (ADYEN_BALANCE_CONTROL_API_KEY) is required, which fits the described API integration. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system privileges or modify other skills' configs. Normal autonomous invocation remains allowed by platform defaults.
Assessment
This skill is mostly coherent for calling Adyen's balanceTransfer endpoint, but before installing: (1) confirm which auth method you should use (Adyen commonly uses X-API-Key; the doc's mix of 'X-API-Key' and 'Bearer' is contradictory), (2) verify whether you need to call the test base URL (pal-test.adyen.com) or a production URL, (3) ensure you have a safe place for ADYEN_BALANCE_CONTROL_API_KEY and don't paste production keys into unknown tools, and (4) be aware the skill references references/api-spec.lap and npx @lap-platform/lapsh to fetch a spec — those artifacts are not included and must be available in your environment for the CLI commands to work. If you need higher assurance, ask the publisher for a clarified SKILL.md and the referenced API spec before use.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvADYEN_BALANCE_CONTROL_API_KEY
SKILL.md
Adyen Balance Control API
API version: 1
Auth
ApiKey X-API-Key in header | Bearer basic
Base URL
https://pal-test.adyen.com/pal/servlet/BalanceControl/v1
Setup
- Set Authorization header with your Bearer token
- POST /balanceTransfer -- create first balanceTransfer
Endpoints
1 endpoints across 1 groups. See references/api-spec.lap for full details.
balanceTransfer
| Method | Path | Description |
|---|---|---|
| POST | /balanceTransfer | Start a balance transfer |
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "Create a balanceTransfer?" -> POST /balanceTransfer
- "How to authenticate?" -> See Auth section
Response Tips
- Check response schemas in references/api-spec.lap for field details
- Create/update endpoints typically return the created/updated object
CLI
# Update this spec to the latest version
npx @lap-platform/lapsh get adyen-balance-control-api -o references/api-spec.lap
# Search for related APIs
npx @lap-platform/lapsh search adyen-balance-control-api
References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
Generated from the official API spec by LAP
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
