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

Swift integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-swift-public-api-diff
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-swift-public-api-diff
Swift
API
adyen.com
adyen.com:LegalEntityService
At a glance
Language Swift
Endpoints27
Base URLhttps://kyc-test.adyen.com/lem/v3
✓ Official