Actions63
- Alternative Payment Method Actions
- Billing - Price Actions
- Billing - Product Actions
- Billing - Subscription Actions
- Billing - Tax Actions
- Card Payment Actions
- Checkout Actions
- Reporting Actions
- Risks - Dispute Actions
- Risks - Fraud Prevention Actions
- Webhook Actions
- File Actions
Overview
This node interacts with the Solidgate payment gateway API to perform various billing subscription operations, including restoring a subscription. It is useful for automating subscription management tasks such as restoring canceled subscriptions, updating subscription details, pausing or resuming subscriptions, and retrieving subscription status. For example, a business can use this node to automatically restore a customer's subscription after a payment issue is resolved.
Use Case Examples
- Restore a canceled subscription to reactivate a customer's service.
- Update subscription details after a customer changes their plan.
- Pause a subscription temporarily and later remove the pause to resume service.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request for the restore subscription operation, allowing customization of the API call. |
Output
JSON
response- The JSON response from the Solidgate API after attempting to restore the subscription, containing details about the subscription status and any relevant data.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the subscription ID or other required fields are correctly provided in the additional fields to prevent request failures.
- Handle API errors gracefully by enabling 'Continue On Fail' to capture error messages in the output for debugging.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, useful for understanding available endpoints and request parameters.