Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Get tokens for stored payment details
curl \
  -H "X-API-Key: $API_KEY" \
  https://checkout-test.adyen.com/v70/storedPaymentMethods
Get a payment link
curl \
  -H "X-API-Key: $API_KEY" \
  https://checkout-test.adyen.com/v70/paymentLinks/{linkId}
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:CheckoutService
At a glance
Language Objective-C
Endpoints24
Base URLhttps://checkout-test.adyen.com/v70