Using adyen-authentication-ios with adyen.com

C++ integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-authentication-ios
Get tokens for stored payment details
curl \
  -H "X-API-Key: $API_KEY" \
  https://checkout-test.adyen.com/v70/storedPaymentMethods
Get a payment link
curl \
  -H "X-API-Key: $API_KEY" \
  https://checkout-test.adyen.com/v70/paymentLinks/{linkId}
SDK on GitHub 📄 API Docs
SDK
adyen-authentication-ios
C++
API
adyen.com
adyen.com:CheckoutService
At a glance
Language C++
Endpoints24
Base URLhttps://checkout-test.adyen.com/v70
✓ Official