Actions116
- Course Actions
- Bundle Actions
- Course Grade Actions
- Course Grade Detail Actions
- Course Teacher Actions
- Email Actions
- Email Campaign Actions
- Email Campaign Course Actions
- Email Campaign Excluded Course Actions
- Email Campaign Excluded List Actions
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- Enroll Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The MindzPay Payment node allows users to interact with the Mindz payment system, specifically to retrieve statistics related to payments. The "Get Stats" operation fetches statistical data for a specified MindzPay account. This node is useful in scenarios where you want to monitor payment performance, analyze transaction volumes, or generate reports based on payment activity within a MindzPay account.
Practical examples include:
- Retrieving monthly payment statistics to track revenue trends.
- Fetching payment stats to integrate with financial dashboards.
- Automating alerts based on payment volume changes.
Properties
| Name | Meaning |
|---|---|
| Account ID | The ID of the MindzPay account to query |
Output
The output JSON contains the statistical data retrieved from the MindzPay API for the specified account. This typically includes aggregated payment metrics such as totals, counts, or other relevant statistics depending on the API response.
If the node supports binary data (not indicated here), it would represent any downloadable reports or files related to the payment stats.
Dependencies
- Requires an API authentication token configured via OAuth2 credentials to access the Mindz API.
- The node depends on the Mindz API service being available and accessible.
- Proper configuration of the Mindz OAuth2 credential in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Account ID parameter will cause the request to fail.
- Authentication errors if the OAuth2 token is expired or misconfigured.
- Network connectivity issues preventing access to the Mindz API.
Error messages:
- "Unauthorized" or "Authentication failed": Check that the OAuth2 credentials are correctly set up and valid.
- "Account not found" or similar: Verify the Account ID is correct and exists in MindzPay.
- Timeout or network errors: Ensure your server can reach the Mindz API endpoint.
Links and References
- Mindz API Documentation (general reference): https://mindz.example.com/api-docs (replace with actual URL)
- OAuth2 Credential Setup in n8n: https://docs.n8n.io/credentials/oauth2/