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

HTML integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-pos-mobile-ios
Get a list of hosted onboarding page themes
curl \
  -H "X-API-Key: $API_KEY" \
  https://kyc-test.adyen.com/lem/v3/themes
Get an onboarding link theme
curl \
  -H "X-API-Key: $API_KEY" \
  https://kyc-test.adyen.com/lem/v3/themes/{id}
Get a document
curl \
  -H "X-API-Key: $API_KEY" \
  https://kyc-test.adyen.com/lem/v3/documents/{id}
SDK on GitHub 📄 API Docs
SDK
adyen-pos-mobile-ios
HTML
API
adyen.com
adyen.com:LegalEntityService
At a glance
Language HTML
Endpoints27
Base URLhttps://kyc-test.adyen.com/lem/v3
✓ Official