Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Disable stored payment details
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Recurring/v68/disable
Create new permits linked to a recurring contract.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Recurring/v68/createPermit
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:RecurringService
At a glance
Language Objective-C
Endpoints6
Base URLhttps://pal-test.adyen.com/pal/servlet/Recurring/v68