Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Transfer funds between platform accounts
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Fund/v6/transferFunds
Designate a beneficiary account and transfer the benefactor's current balance
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Fund/v6/setupBeneficiary
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:FundService
At a glance
Language Objective-C
Endpoints8
Base URLhttps://cal-test.adyen.com/cal/services/Fund/v6