Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Make an instant card payout
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Payout/v68/payout
Store payout details
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Payout/v68/storeDetail
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:PayoutService
At a glance
Language Objective-C
Endpoints6
Base URLhttps://pal-test.adyen.com/pal/servlet/Payout/v68