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

HTML integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-pos-mobile-ios
Disable stored payment details
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Recurring/v68/disable
Create new permits linked to a recurring contract.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/Recurring/v68/createPermit
SDK on GitHub 📄 API Docs
SDK
adyen-pos-mobile-ios
HTML
API
adyen.com
adyen.com:RecurringService
At a glance
Language HTML
Endpoints6
Base URLhttps://pal-test.adyen.com/pal/servlet/Recurring/v68
✓ Official