Using adyen-sdk-explorer with adyen.com

TypeScript integration

✓ Official SDK
Install
npm install adyen-sdk-explorer
Quick start
import Adyen_sdk_explorer from 'adyen-sdk-explorer';

const client = new Adyen_sdk_explorer({ apiKey: "YOUR_API_KEY" });
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-sdk-explorer
TypeScript
API
adyen.com
adyen.com:TfmAPIService
At a glance
Language TypeScript
Endpoints5
Base URLhttps://postfmapi-test.adyen.com/postfmapi/terminal/v1
✓ Official