mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource of an external API to retrieve billing information for a specific contributor. It is useful in scenarios where you need to programmatically access detailed billing data related to contributors, such as for financial reporting, auditing, or integration with accounting systems.

For example, if you manage a marketplace platform and want to automate fetching billing details for contributors to generate invoices or track payments, this node operation provides a direct way to obtain that information by specifying the contributor's identifier.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor whose billing information you want to retrieve. This is a required string input.

Output

The node outputs JSON data containing the billing information of the specified contributor. The exact structure depends on the external API response but typically includes fields such as billing address, payment history, invoice details, and other relevant financial data associated with the contributor.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The node communicates with the mittwald mStudio API at https://api.mittwald.de.
  • Proper configuration of the API credentials within n8n is necessary to authorize requests.

Troubleshooting

  • Missing or invalid Contributor Id: Ensure the Contributor Id property is provided and correctly formatted; otherwise, the API may return errors or no data.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • API connectivity issues: Check network connectivity and that the base URL https://api.mittwald.de is reachable from your environment.
  • Unexpected API responses: If the output JSON does not contain expected billing information, confirm that the contributor exists and has billing data available in the external system.

Links and References

Discussion