@avantguardllc/n8n-nodes-flexpointpaymentterminal
v0.1.0
Published
n8n node for FlexPoint PaymentTerminal
Maintainers
Readme
FlexPoint PaymentTerminal n8n Node
API Base URL can be found on the PaymentTerminal API tabIt will look like: https://mycompany.flexpmts.com orhttps://mypayments.mycompany.comThen the API full URL will look like the following:https://mycompany.flexpmts.com/core/PaymentTerminal/api/ProvisionPayment orhttps://mypayments.mycompany.com/core/PaymentTerminal/api/ProvisionPayment
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-flexpointpaymentterminalAuthentication
This node authenticates using an API Key.
| Setting | Value |
|---------|-------|
| Type | API Key |
| Sent in | header |
| Header / Query name | X-API-Key |
| Base URL | https://apps.getflexpoint.com/core (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://apps.getflexpoint.com/core
PaymentTerminalApi
| | Endpoint | Description |
|---|----------|-------------|
| 🟢 POST | /PaymentTerminal/api/ProvisionPayment | Create payment link |
| 🟢 POST | /PaymentTerminal/api/GetPaymentStatus | Get payment status |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
