mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve wallet information for a specific customer. It is useful in scenarios where you need to access financial or account balance details related to a customer within the mittwald system. For example, it can be used in automated workflows to check a customer's wallet balance before processing payments or issuing refunds.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose wallet information you want to retrieve.

Output

The node outputs JSON data containing the wallet details of the specified customer. This typically includes fields such as balance, transaction history, and other relevant wallet-related information as provided by the mittwald mStudio API. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content (Accept: application/json and Content-Type: application/json).

Troubleshooting

  • Common issues:
    • Invalid or missing customer ID may result in errors or empty responses.
    • Authentication failures if the API key credential is not configured correctly.
    • Network connectivity issues preventing access to the mittwald API endpoint.
  • Error messages:
    • Unauthorized or 401 errors indicate problems with API credentials; verify and update the API key.
    • 404 errors may mean the customer ID does not exist; double-check the provided ID.
    • Timeout or network errors suggest connectivity problems; ensure the n8n instance has internet access.

Links and References

Discussion