Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various billing and subscription management operations. Specifically, for the 'Billing - Subscription' resource and 'Update Subscription' operation, it updates an existing subscription with provided additional fields. This node is useful for automating subscription management tasks such as updating subscription details, switching products, pausing or restoring subscriptions, and more within payment workflows.

Use Case Examples

  1. Updating subscription details such as plan or billing cycle for a customer.
  2. Switching a customer's subscription product to a different offering.
  3. Pausing or restoring a subscription based on customer requests or business rules.

Properties

Name Meaning
Additional Fields Additional fields to include in the update subscription request, allowing customization of the subscription update parameters.

Output

JSON

  • * - The JSON response from the Solidgate API representing the result of the subscription update operation, including updated subscription details or error information.

Dependencies

  • Requires Solidgate API credentials including a public key and secret key for authentication.

Troubleshooting

  • Ensure that the Solidgate API credentials are correctly configured and have the necessary permissions to update subscriptions.
  • Verify that the additional fields provided match the expected parameters of the Solidgate API for updating subscriptions to avoid request errors.
  • Common errors may include authentication failures, invalid subscription IDs, or malformed request bodies. Check the error messages returned in the JSON output for guidance.

Links

Discussion