Using adyen-authentication-ios with adyen.com

C++ integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-authentication-ios
Get a link to a Adyen-hosted onboarding page
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Hop/v6/getOnboardingUrl
Get a link to a PCI compliance questionnaire
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Hop/v6/getPciQuestionnaireUrl
SDK on GitHub 📄 API Docs
SDK
adyen-authentication-ios
C++
API
adyen.com
adyen.com:HopService
At a glance
Language C++
Endpoints2
Base URLhttps://cal-test.adyen.com/cal/services/Hop/v6
✓ Official