mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node integrates with the mittwald mStudio API to update a customer's payment method in the Marketplace resource. It is useful for automating billing updates, such as changing credit card details or other payment information associated with a customer account. For example, an e-commerce platform or subscription service using mittwald's Marketplace can programmatically update payment methods when customers provide new payment details.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose payment method will be updated.
Custom Return Url A URL to which the user will be redirected after the payment method update process. Defaults to https://mittwald.studio/app/marketplace.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to update the customer's payment method. This typically includes confirmation of the update status and any relevant metadata returned by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for API requests.
  • The node depends on the @devlikeapro/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled within the node for request building.

Troubleshooting

  • Missing or invalid Customer Id: Ensure the Customer Id property is provided and correctly references an existing customer in the mittwald Marketplace.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or API errors: Check connectivity to https://api.mittwald.de and confirm the API endpoint is operational.
  • Invalid Custom Return Url: If providing a custom return URL, ensure it is a valid URL to avoid redirection issues.

Links and References

Discussion