Community node package for using MakePay in n8n workflows.
- Payment Link: create, get, get many
- Customer: create or update
- Bookkeeping Invoice: create, create payment link
- Webhook Request: get many
- API: make a custom MakePay partner API request
Create a MakePay credential in n8n with:
- MakePay Key ID
- MakePay Key Secret
- Partner API Base URL, normally
https://www.makecrypto.io
The credential sends X-MakeCrypto-Key-Id and X-MakeCrypto-Key-Secret headers on authenticated MakePay partner API requests.
When published to npm, install with:
npm install n8n-nodes-makepayFor local development:
npm ci
npm run build
npm linkThen link the package into an n8n development instance.
npm ci
npm run validateThe validation command runs n8n's linter, builds the node package, scans for forbidden identifiers and committed secrets, and checks the npm package contents with npm pack --dry-run.