Adyen Fundservice V6
Connector for the adyen-fundservice-v6 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://cal-test.adyen.com/cal/services/Fund/v6 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_accountholderbalance— POST /accountHolderBalance — Get the balances of an account holderpost_accountholdertransactionlist— POST /accountHolderTransactionList — Get a list of transactionspost_debitaccountholder— POST /debitAccountHolder — Send a direct debit requestpost_payoutaccountholder— POST /payoutAccountHolder — Pay out from an account to the account holderpost_refundfundstransfer— POST /refundFundsTransfer — Refund a funds transferpost_refundnotpaidouttransfers— POST /refundNotPaidOutTransfers — Refund all transactions of an account since the most recent payout
Inputs
apiKey— your adyen-fundservice-v6 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: post_accountholderbalance
apiKey: <your key>