Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The MindzPay Invoice node with the Reissue operation allows users to reissue an existing invoice within the MindzPay system. This is useful in scenarios where an invoice needs to be regenerated or resent, for example, if the original invoice was lost, expired, or requires updates that necessitate a new issuance.

Practical examples include:

  • Automatically reissuing invoices for customers who request a duplicate copy.
  • Regenerating invoices after correcting billing information.
  • Integrating with accounting workflows to maintain up-to-date invoice records.

Properties

Name Meaning
Account Key The key of the MindzPay account used to authenticate and identify the account context.
Invoice ID The unique identifier of the invoice to be reissued.

Output

The node outputs JSON data representing the result of the reissue operation on the specified invoice. This typically includes updated invoice details such as status, issue date, and any other relevant metadata returned by the MindzPay API after reissuing the invoice.

If the node supports binary data output (not explicitly shown here), it would likely represent the actual invoice document (e.g., PDF) or related files.

Dependencies

  • Requires an active connection to the Mindz API authenticated via an OAuth2-based credential (an API key or token).
  • The node depends on the MindzPay service being available and accessible.
  • Proper configuration of the Mindz OAuth2 credentials in n8n is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing Account Key: Ensure the correct account key is provided.
    • Incorrect Invoice ID: Verify the invoice ID exists and belongs to the specified account.
    • Authentication failures: Check that the OAuth2 credentials are valid and have not expired.
    • Network or API downtime: Confirm MindzPay API availability.
  • Error Messages:

    • "Invoice not found": The provided Invoice ID does not exist or is inaccessible; verify the ID.
    • "Unauthorized" or "Authentication failed": Credentials may be invalid or expired; reauthenticate.
    • "Invalid Account Key": The account key parameter is incorrect or missing.
    • Timeouts or network errors: Check internet connectivity and MindzPay API status.

Resolving these usually involves verifying input parameters, refreshing credentials, and ensuring network stability.

Links and References

Discussion