adyen.com

This API provides endpoints for managing your point-of-sale (POS) payment terminals. You can use the API to obtain information about a specific terminal, retrieve overviews of your terminals and stores, and assign terminals to a merchant account or store. For more information, refer to [Assign term

🔑 apikey 5 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
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
Endpoints (5 total)
POST
/findTerminal
Get the account or store of a terminal
POST
/assignTerminals
Assign terminals
POST
/getTerminalDetails
Get the details of a terminal
POST
/getStoresUnderAccount
Get the stores of an account
POST
/getTerminalsUnderAccount
Get the list of terminals
At a glance
Total SDKs5
Languages5
Endpoints5
Authapikey
Categories1
https://postfmapi-test.adyen.com/postfmapi/terminal/v1