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 "Get" operation node allows users to retrieve detailed information about a specific payment made through the MindzPay system. This is useful in scenarios where you need to verify payment status, audit transactions, or fetch payment details for reporting and reconciliation purposes.
Practical examples include:
- Fetching payment details after a customer completes a purchase.
- Retrieving payment information to display in an admin dashboard.
- Auditing payments for compliance or troubleshooting failed transactions.
Properties
| Name | Meaning |
|---|---|
| Account ID | The unique identifier of the MindzPay account associated with the payment. |
| Payment ID | The unique identifier of the specific payment to retrieve details for. |
Output
The node outputs JSON data containing the detailed information of the requested payment. This typically includes fields such as payment amount, currency, status, timestamps, payer details, and any metadata associated with the payment.
If the node supports binary data output (not indicated here), it would represent related files or documents linked to the payment, but this is not applicable based on the provided code and properties.
Dependencies
- Requires an API authentication token credential configured in n8n to access the Mindz API.
- Depends on the MindzPay API service being available and accessible.
- The node uses internal resource modules that handle communication with the MindzPay Payment endpoints.
Troubleshooting
- Missing or invalid Account ID or Payment ID: Ensure both IDs are correctly provided and correspond to existing records in MindzPay.
- Authentication errors: Verify that the API key or OAuth2 credentials are valid and have sufficient permissions.
- Network or API downtime: Check connectivity to the MindzPay API and confirm the service status.
- Unexpected response structure: If the output JSON does not match expectations, confirm that the MindzPay API version matches what the node expects.
Links and References
- MindzPay API Documentation (example placeholder link)
- n8n documentation on Creating Custom Nodes