Actions6
Overview
The node "Cryptomus Payout" integrates with the Cryptomus Payout API to manage cryptocurrency withdrawals and related payout operations. It supports creating new payouts, retrieving payout information and history, listing available payout services, and transferring funds between personal and business wallets.
This node is beneficial in scenarios where automated management of crypto payouts is needed, such as:
- Sending cryptocurrency payments or withdrawals programmatically.
- Tracking the status and details of specific payouts.
- Retrieving historical payout data for reconciliation or reporting.
- Managing internal transfers between different wallet types within the Cryptomus system.
For example, a business could use this node to automate paying contractors in cryptocurrency, check the status of those payments, and maintain an audit trail of all payout transactions.
Properties
Name | Meaning |
---|---|
Identifier Type | The type of identifier used to find the payout. Options: Payout UUID , Order ID . |
Payout ID | The actual identifier value (UUID or Order ID) of the payout to retrieve information about. |
Платежная система | The payment system to use. Options: Binance , BinanceP2p , Exmo , Kucoin . |
These properties are specifically relevant for the Get Payout Information operation.
Output
The node outputs JSON data representing the response from the Cryptomus Payout API for the selected operation. For the Get Payout Information operation, the output JSON contains detailed information about the specified payout, such as its status, amount, currency, network, and other metadata returned by the API.
No binary data output is produced by this node.
Dependencies
- Requires an API key credential for the Cryptomus API configured in n8n.
- The credential must be set up to use the "Payout" API type.
- The node uses HTTP requests to communicate with the Cryptomus API endpoints.
Troubleshooting
Error: API type mismatch
If the configured API credential is not of the "Payout" type, the node will throw an error indicating that only credentials for the Payout API can be used. Ensure the correct API key credential is selected.API request failures
Network issues, invalid parameters, or authentication errors may cause the API requests to fail. The node will throw errors with messages from the API. Check the API key validity, parameter correctness, and network connectivity.Continue on Fail behavior
If enabled, the node will continue processing subsequent items even if one fails, returning error messages in the output JSON for failed items.
Links and References
- Cryptomus API Documentation (general reference for API endpoints and parameters)
- n8n documentation on creating custom nodes