Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to manage billing subscriptions, specifically allowing cancellation of subscriptions by customers. It is useful for automating subscription management tasks such as canceling subscriptions directly by customer request, updating subscription details, pausing or restoring subscriptions, and retrieving subscription-related information. For example, a business can use this node to automatically cancel a customer's subscription upon their request or to update subscription tokens programmatically.

Use Case Examples

  1. Cancel a subscription by customer ID to stop recurring billing.
  2. Retrieve subscription status for a customer before processing cancellation.
  3. Pause a subscription temporarily and later restore it based on customer interaction.

Properties

Name Meaning
Additional Fields Additional fields to include in the request, allowing customization of the API call with extra parameters.

Output

JSON

  • * - The JSON response from the Solidgate API, containing details about the subscription cancellation or other subscription-related operations.

Dependencies

  • Requires an API key credential for Solidgate payment gateway authentication.

Troubleshooting

  • Ensure the API credentials (public key and secret key) are correctly configured to avoid authentication errors.
  • Verify that the 'additionalFields' contain all required parameters for the subscription cancellation endpoint to prevent request failures.
  • Check the environment setting (production or development) to ensure the correct API base URL is used.
  • Common error messages may include authentication failures, missing required fields, or invalid subscription IDs. Resolving these involves verifying credentials, input parameters, and subscription identifiers.

Links

Discussion