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 terminals.
https://postfmapi-test.adyen.com/postfmapi/terminal/v1
Auth type
API Key Header
Auth header
X-API-Key: YOUR_API_KEY
Rate limit
Based on contract
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.apis.guru/v2/specs/adyen.com:TfmAPIService/1.json
Endpoint status
Server online — HTTP 401 — server is online but path returned an error (may require auth)1.52s
(checked Mar 29, 2026)
Builder score
D
41%
builder-friendly
API key in the X-API-Key header
X-API-Key: YOUR_API_KEY
Paid. Adyen POS terminal management API; pricing via Adyen merchant account.
| Method | Path | Description |
|---|---|---|
| POST | /assignTerminals |
Assign terminals |
| POST | /findTerminal |
Get the account or store of a terminal |
| POST | /getStoresUnderAccount |
Get the stores of an account |
| POST | /getTerminalDetails |
Get the details of a terminal |
| POST | /getTerminalsUnderAccount |
Get the list of terminals |
curl 'https://postfmapi-test.adyen.com/postfmapi/terminal/v1/assignTerminals' \ -H 'X-API-Key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official POS Terminal Management documentation.