Using adyen-pos-mobile-ios with adyen.com

HTML integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-pos-mobile-ios
Get a tax form
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Account/v6/getTaxForm
Close stores
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Account/v6/closeStores
SDK on GitHub 📄 API Docs
SDK
adyen-pos-mobile-ios
HTML
API
adyen.com
adyen.com:AccountService
At a glance
Language HTML
Endpoints20
Base URLhttps://cal-test.adyen.com/cal/services/Account/v6
✓ Official