# Adyen Balance Control API **Provider:** Adyen Balance Control **Category:** payments **Base URL:** `https://pal-test.adyen.com/pal/servlet/BalanceControl/v1` **Auth:** api-key — `X-API-Key: YOUR_API_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.apis.guru/v2/specs/adyen.com:BalanceControlService/1.json ## Description The Balance Control API lets you transfer funds between merchant accounts that belong to the same legal entity and are under the same company account. Authentication To connect to the Balance Control API, you must authenticate your requests with an API key or basic auth username and password. To learn how you can generate these ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://pal-test.adyen.com/pal/servlet/BalanceControl/v1/balanceTransfer` | Start a balance transfer | ## Authentication API key in the X-API-Key header ``` X-API-Key: YOUR_API_KEY ``` ## Sample Request ```bash curl 'https://pal-test.adyen.com/pal/servlet/BalanceControl/v1/balanceTransfer' \ -H 'X-API-Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Adyen Balance Control sub-API. Pricing through Adyen merchant agreement. --- *Source: [API Map](https://apimap.dev/apis/adyen-balance-control/) — CC BY 4.0*