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, specifically including updating a subscription pause. It is useful for managing subscription lifecycle events such as pausing, updating pause details, resuming, or canceling subscriptions. For example, it can update the pause period of a subscription to temporarily suspend billing without canceling the subscription entirely.

Use Case Examples

  1. Updating the pause period of a subscription to delay billing.
  2. Managing subscription states by pausing and resuming subscriptions based on customer requests.

Properties

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

Output

JSON

  • response - The JSON response from the Solidgate API after updating the subscription pause, containing details of the updated pause state.

Dependencies

  • Requires Solidgate API credentials including a public key, secret key, and environment setting to authenticate and interact with the Solidgate API.

Troubleshooting

  • Common issues include authentication errors if API credentials are incorrect or missing.
  • Invalid or missing required fields in the additionalFields collection may cause the API request to fail.
  • Network or API endpoint errors if the environment setting is incorrect or the Solidgate service is unavailable.

Links

  • Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request and response formats.

Discussion