Using adyen-pos-mobile-ios with adyen.com

HTML integration

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