Adyen Tfmapiservice
Connector for the adyen-tfmapiservice API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://postfmapi-test.adyen.com/postfmapi/terminal/v1 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_assignterminals— POST /assignTerminals — Assign terminalspost_findterminal— POST /findTerminal — Get the account or store of a terminalpost_getstoresunderaccount— POST /getStoresUnderAccount — Get the stores of an accountpost_getterminaldetails— POST /getTerminalDetails — Get the details of a terminalpost_getterminalsunderaccount— POST /getTerminalsUnderAccount — Get the list of terminals
Inputs
apiKey— your adyen-tfmapiservice API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_assignterminals
apiKey: <your key>