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 the creation of a subscription pause. It is useful in scenarios where a subscription needs to be temporarily paused, such as when a customer requests a break in service without canceling the subscription entirely. For example, a SaaS business can use this node to pause a customer's subscription during a vacation period.

Use Case Examples

  1. Pausing a subscription for a customer who wants to temporarily stop service without canceling.
  2. Managing subscription lifecycle by adding pause periods programmatically.

Properties

Name Meaning
Additional Fields Additional fields to include in the request when creating a subscription pause.

Output

JSON

  • response - The JSON response from the Solidgate API after creating a subscription pause, containing details about the pause created.

Dependencies

  • Solidgate API key credential with public and secret keys

Troubleshooting

  • Ensure the API credentials (public and secret keys) are correctly configured and have the necessary permissions to create subscription pauses.
  • Verify that the additional fields provided are valid according to the Solidgate API documentation to avoid request errors.
  • Common error messages may include authentication failures, invalid request parameters, or network issues. Check the error message details and adjust credentials or request data accordingly.

Links

Discussion