Using adyen-react-native with adyen.com

Objective-C integration

Install
# See https://github.com/dmitry-blackwave/adyen-react-native
Get all available grant offers
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/bcl/v2/grantOffers
Get a grant account
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/bcl/v2/grantAccounts/{id}
Get an account holder
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/bcl/v2/accountHolders/{id}
SDK on GitHub 📄 API Docs
SDK
adyen-react-native
Objective-C
API
adyen.com
adyen.com:BalancePlatformService
At a glance
Language Objective-C
Endpoints31
Base URLhttps://balanceplatform-api-test.adyen.com/bcl/v2