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
- 1. 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
CODEBLOCK0
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
Adyen 余额控制 API
API 版本:1
认证
请求头中的 ApiKey X-API-Key | Bearer 基础认证
基础 URL
https://pal-test.adyen.com/pal/servlet/BalanceControl/v1
设置
- 1. 使用您的 Bearer 令牌设置 Authorization 请求头
- POST /balanceTransfer -- 创建首次余额转账
端点
共 1 个分组中的 1 个端点。详见 references/api-spec.lap。
余额转账
| 方法 | 路径 | 描述 |
|---|
| POST | /balanceTransfer | 发起余额转账 |
常见问题
将用户请求与 references/api-spec.lap 中的端点进行匹配。关键模式:
- - 创建余额转账? -> POST /balanceTransfer
- 如何认证? -> 参见认证部分
响应提示
- - 查看 references/api-spec.lap 中的响应模式以获取字段详情
- 创建/更新端点通常返回已创建/更新的对象
CLI
bash
将此规范更新至最新版本
npx @lap-platform/lapsh get adyen-balance-control-api -o references/api-spec.lap
搜索相关 API
npx @lap-platform/lapsh search adyen-balance-control-api
参考
- - 完整规范:参见 references/api-spec.lap 获取完整的端点详情、参数表和响应模式
由 LAP 从官方 API 规范生成