Mindz icon

Mindz

Interact with Mindz API

Actions116

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

Discussion