Package Information
Released: 3/20/2025
Downloads: 0 weekly / 17 monthly
Latest Version: 0.1.2
Author: mffff4
Documentation
n8n-nodes-cryptomus
This package contains nodes for working with the Cryptomus API in n8n.
Cryptomus is a payment system for receiving and sending cryptocurrency payments.
Functionality
The package provides three main nodes:
Cryptomus Payment - for working with payment APIs
- Creating invoices
- Checking payment statuses
- Refunds
- And other payment-related operations
Cryptomus Payout - for working with payout APIs
- Creating payouts
- Checking payout statuses
- Retrieving a list of available cryptocurrencies
- And other payout-related operations
Cryptomus Webhook - for processing webhooks from Cryptomus
- Receiving notifications about payment statuses
- Verifying the signature of incoming requests
Installation
Local installation in n8n
- Navigate to the directory of user nodes in n8n (usually
~/.n8n/custom/
) - Clone the repository:
git clone https://bitbucket.org/mffff4/n8n-nodes-cryptomus.git
- Install dependencies:
cd n8n-nodes-cryptomus npm install
- Build the project:
npm run build
- Restart n8n
Installation via npm
- In the n8n directory, run:
npm install n8n-nodes-cryptomus
- Restart n8n
Credential Setup
To use the Cryptomus API, you will need:
- Merchant ID - the merchant identifier from the Cryptomus dashboard
- API Key - the private API key from the Cryptomus dashboard
- API Type - choose either Payment API or Payout API depending on the type of operations
Usage
Cryptomus Payment
- Add the "Cryptomus Payment" node to your workflow
- Configure the credentials with the API type "Payment"
- Select one of the available operations:
- Create a payment
- Retrieve payment information
- And other operations related to payments
Cryptomus Payout
- Add the "Cryptomus Payout" node to your workflow
- Configure the credentials with the API type "Payout"
- Select one of the available operations:
- Create a payout
- Retrieve payout information
- And other operations related to payouts
Cryptomus Webhook
- Add the "Cryptomus Webhook" node at the beginning of your workflow
- Configure the Cryptomus credentials
- Copy the generated webhook URL
- Add this URL to the webhook settings in the Cryptomus dashboard
Support
If you have any questions or issues:
- Create an issue in the project repository
- For API-related questions, refer to the official Cryptomus documentation