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

HTML integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-pos-mobile-ios
Get a fees cost estimate
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/BinLookup/v54/getCostEstimate
Check if 3D Secure is available
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/BinLookup/v54/get3dsAvailability
SDK on GitHub 📄 API Docs
SDK
adyen-pos-mobile-ios
HTML
API
adyen.com
adyen.com:BinLookupService
At a glance
Language HTML
Endpoints2
Base URLhttps://pal-test.adyen.com/pal/servlet/BinLookup/v54
✓ Official