P

POS Terminal Management API

by POS Terminal Management

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.

payments

Quick Reference

Base URL 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
Pricing
28
Latency
30
Depth
60

Authentication

API key in the X-API-Key header

X-API-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Adyen POS terminal management API; pricing via Adyen merchant account.

Key Endpoints

MethodPathDescription
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

Sample Request

curl 'https://postfmapi-test.adyen.com/postfmapi/terminal/v1/assignTerminals' \
  -H 'X-API-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official POS Terminal Management documentation.