Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various billing subscription operations, including canceling a subscription. It is useful for automating subscription management tasks such as canceling subscriptions, updating subscription details, pausing or restoring subscriptions, and retrieving subscription status. For example, it can be used to cancel a customer's subscription programmatically within a workflow.

Use Case Examples

  1. Cancel a subscription by providing subscription details in the additional fields.
  2. Pause a subscription temporarily and later restore it using the node's operations.
  3. Update subscription product or token information as part of subscription management.

Properties

Name Meaning
Additional Fields Additional fields to include in the cancel subscription request, such as subscription ID and other relevant parameters.

Output

JSON

  • response - The JSON response from the Solidgate API after canceling the subscription or performing the requested subscription operation.

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 perform subscription cancellation.
  • Verify that the subscription ID or other required parameters are correctly provided in the additional fields; missing or incorrect parameters may cause API errors.
  • Check the environment setting (production or development) to ensure the API endpoint URL is correct.
  • Common error messages may include authentication failures, invalid subscription ID, or missing required fields. Resolving these typically involves verifying credentials, input parameters, and API endpoint configuration.

Links

  • Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available subscription operations and required parameters.

Discussion