This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Fund API provides endpoints for managing the funds in the accounts on your platform. These management operations include, for example, the transfer of funds from one account to another, the payout of funds to an account holder, and the retrieval of balances in an account. For more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/). ## Authentication Your Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example: ``` curl -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ ... ``` Alternatively, you can use the username and password to connect to the API using basic authentication. For example: ``` curl -U "ws@MarketPlace.YOUR_PL
https://cal-test.adyen.com/cal/services/Fund/v68 endpoints available
/transferFundsTransfer funds between platform accounts
/setupBeneficiaryDesignate a beneficiary account and transfer the benefactor's current balance
/debitAccountHolderSend a direct debit request
/payoutAccountHolderPay out from an account to the account holder
/refundFundsTransferRefund a funds transfer
/accountHolderBalanceGet the balances of an account holder
/refundNotPaidOutTransfersRefund all transactions of an account since the most recent payout
/accountHolderTransactionListGet a list of transactions
This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Fund API provides endpoints for managing the funds in the accounts on your platform. These management operations include, for example, the transfer of funds from one account to another, the payout of funds to an account holder, and the retrieval of balances in an account. For more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/). ## Authentication Your Adyen contact will provide your API credential and an API key. To connect to the API, add an `X-API-Key` header with the API key as the value, for example: ``` curl -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ ... ``` Alternatively, you can use the username and password to connect to the API using basic authentication. For example: ``` curl -U "ws@MarketPlace.YOUR_PL
https://cal-test.adyen.com/cal/services/Fund/v68 endpoints available
/transferFundsTransfer funds between platform accounts
/setupBeneficiaryDesignate a beneficiary account and transfer the benefactor's current balance
/debitAccountHolderSend a direct debit request
/payoutAccountHolderPay out from an account to the account holder
/refundFundsTransferRefund a funds transfer
/accountHolderBalanceGet the balances of an account holder
/refundNotPaidOutTransfersRefund all transactions of an account since the most recent payout
/accountHolderTransactionListGet a list of transactions