Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting various billing subscription operations including retrieving the subscription status. It is useful for automating subscription management tasks such as checking the current status of a subscription, updating subscriptions, pausing or restoring subscriptions, and more. For example, it can be used to programmatically check if a customer's subscription is active or canceled, enabling automated workflows based on subscription state.

Use Case Examples

  1. Retrieve the status of a customer's subscription to determine if it is active or paused.
  2. Automate subscription management by updating or canceling subscriptions based on business logic.
  3. List invoices or orders related to a subscription for billing reconciliation.

Properties

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

Output

JSON

  • response - The JSON response from the Solidgate API containing subscription status or other requested subscription data.

Dependencies

  • Solidgate API key credentials including public key, secret key, and environment setting

Troubleshooting

  • Ensure that the API credentials (public key, secret key) are correctly configured and valid to avoid authentication errors.
  • Verify that the 'additionalFields' parameters are correctly formatted and include required fields for the specific subscription operation to prevent request errors.
  • Check network connectivity and API endpoint URLs to avoid connection failures.
  • If the node throws errors related to missing parameters, confirm that all required fields for the subscription status request are provided in 'additionalFields'.
  • Use the 'continueOnFail' option to handle errors gracefully in workflows, allowing partial processing of multiple items.

Links

  • Solidgate API Documentation - Official API documentation for Solidgate payment gateway, detailing endpoints and parameters for subscription management.

Discussion