Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Cancel an authorisation
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Payment/v68/cancel
Create a donation
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Payment/v68/donate
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:PaymentService
At a glance
Language Objective-C
Endpoints13
Base URLhttps://pal-test.adyen.com/pal/servlet/Payment/v68