Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Get API credential details
curl \
  -H "X-API-Key: $API_KEY" \
  https://management-test.adyen.com/v1/me
Get a list of stores
curl \
  -H "X-API-Key: $API_KEY" \
  https://management-test.adyen.com/v1/stores
Get a list of company accounts
curl \
  -H "X-API-Key: $API_KEY" \
  https://management-test.adyen.com/v1/companies
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:ManagementService
At a glance
Language Objective-C
Endpoints119
Base URLhttps://management-test.adyen.com/v1