Using adyen-authentication-ios with adyen.com

C++ integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-authentication-ios
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-authentication-ios
C++
API
adyen.com
adyen.com:FundService
At a glance
Language C++
Endpoints8
Base URLhttps://cal-test.adyen.com/cal/services/Fund/v6
✓ Official