Using adyen-swift-public-api-diff with adyen.com

Swift integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-swift-public-api-diff
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
SDK on GitHub 📄 API Docs
SDK
adyen-swift-public-api-diff
Swift
API
adyen.com
adyen.com:FundService
At a glance
Language Swift
Endpoints8
Base URLhttps://cal-test.adyen.com/cal/services/Fund/v6
✓ Official