Using adyen-authentication-ios with adyen.com

C++ integration

✓ Official SDK
Install
# See https://github.com/Adyen/adyen-authentication-ios
Get the account or store of a terminal
curl \
  -H "X-API-Key: $API_KEY" \
  https://postfmapi-test.adyen.com/postfmapi/terminal/v1/findTerminal
Assign terminals
curl \
  -H "X-API-Key: $API_KEY" \
  https://postfmapi-test.adyen.com/postfmapi/terminal/v1/assignTerminals
SDK on GitHub 📄 API Docs
SDK
adyen-authentication-ios
C++
API
adyen.com
adyen.com:TfmAPIService
At a glance
Language C++
Endpoints5
Base URLhttps://postfmapi-test.adyen.com/postfmapi/terminal/v1
✓ Official