Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting the Billing - Subscription resource with the Switch Product operation. It allows users to switch the product associated with a subscription, which is useful for managing subscription changes in billing systems. For example, a business can use this node to update a customer's subscription to a different product plan seamlessly within an automated workflow.

Use Case Examples

  1. Switch a customer's subscription product to a new plan when they upgrade or downgrade their service.
  2. Automate subscription product changes based on user actions or promotions.

Properties

Name Meaning
Additional Fields Additional fields to include in the request for switching the subscription product, allowing customization of the API call.

Output

JSON

  • response - The JSON response from the Solidgate API after switching the subscription product, containing details about the updated subscription.

Dependencies

  • Requires Solidgate API credentials including a public key, secret key, and environment setting to authenticate and interact with the Solidgate API.

Troubleshooting

  • Common issues include authentication errors due to incorrect API keys or environment settings. Verify credentials are correct and environment matches the API endpoint.
  • Errors may occur if required fields for switching the product are missing or invalid in the additional fields. Ensure all necessary parameters are provided.
  • Network or API endpoint errors can happen if the environment URL is incorrect or the Solidgate service is unavailable. Check network connectivity and API status.

Links

  • Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, useful for understanding request parameters and responses.

Discussion