Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
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-react-native
Objective-C
API
adyen.com
adyen.com:LegalEntityService
At a glance
Language Objective-C
Endpoints27
Base URLhttps://kyc-test.adyen.com/lem/v3