Adyen Balancecontrolservice V2
Connector for the adyen-balancecontrolservice-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://balance-control-test.adyen.com/balance-control/api/v2 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_balanceoverview_companies_companyaccountcode— GET /balanceOverview/companies/{companyAccountCode}/balances — View the available balances for all merchant accounts under your company.get_balanceoverview_merchants_merchantaccountcod— GET /balanceOverview/merchants/{merchantAccountCode}/balances — View all balances available for your merchant account.post_balancetransfers— POST /balanceTransfers — Performs a balance transfer
Inputs
apiKey— your adyen-balancecontrolservice-v2 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_balanceoverview_companies_companyaccountcode
apiKey: <your key>