Skip to content

makepay-io/n8n-nodes-makepay

Repository files navigation

n8n Nodes for MakePay

Community node package for using MakePay in n8n workflows.

Operations

  • 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

Credentials

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.

Install in n8n

When published to npm, install with:

npm install n8n-nodes-makepay

For local development:

npm ci
npm run build
npm link

Then link the package into an n8n development instance.

Validate

npm ci
npm run validate

The 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.

About

n8n community node for MakePay payment links, customers, bookkeeping, and webhook automation. Cryptocurrency payment gateway for direct self-custody merchant-wallet settlement, decentralized swaps, and 70+ coin/20+ chain auto-conversion.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors