Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Loads the payment method.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/StoredValue/v46/load
Issues a new card.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/StoredValue/v46/issue
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:StoredValueService
At a glance
Language Objective-C
Endpoints6
Base URLhttps://pal-test.adyen.com/pal/servlet/StoredValue/v46