adyen.com

This API is used for the classic integration. If you are just starting your implementation, refer to our new integration guide instead. The Fund API provides endpoints for managing the funds in the accounts on your platform. These management oper

🔑 apikey 8 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
Transfer funds between platform accounts
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Fund/v6/transferFunds
Designate a beneficiary account and transfer the benefactor's current balance
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Fund/v6/setupBeneficiary
Endpoints (8 total)
POST
/transferFunds
Transfer funds between platform accounts
POST
/setupBeneficiary
Designate a beneficiary account and transfer the benefactor's current balance
POST
/debitAccountHolder
Send a direct debit request
POST
/payoutAccountHolder
Pay out from an account to the account holder
POST
/refundFundsTransfer
Refund a funds transfer
POST
/accountHolderBalance
Get the balances of an account holder
POST
/refundNotPaidOutTransfers
Refund all transactions of an account since the most recent payout
POST
/accountHolderTransactionList
Get a list of transactions
At a glance
Total SDKs5
Languages5
Endpoints8
Authapikey
Categories1
https://cal-test.adyen.com/cal/services/Fund/v6