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 manage billing subscriptions, specifically supporting the operation to remove a pause from a subscription. It is useful in scenarios where a paused subscription needs to be resumed or reactivated by removing the pause state. For example, a business using Solidgate for subscription billing can automate the process of resuming customer subscriptions that were temporarily paused.
Use Case Examples
- Removing a pause from a customer's subscription to resume billing and service.
- Automating subscription management workflows by programmatically controlling subscription states.
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 after removing the subscription pause, containing details about the updated subscription status.
Dependencies
- Solidgate API key credential with public and secret keys for authentication
Troubleshooting
- Ensure the API credentials (public and secret keys) are correctly configured and have the necessary permissions to modify subscriptions.
- Verify that the subscription ID or relevant identifiers are correctly provided in the additional fields; missing or incorrect IDs will cause errors.
- Check the environment setting (production or development) to ensure requests are sent to the correct Solidgate API endpoint.
- Common error messages may include authentication failures, invalid subscription state errors, or missing required parameters. Resolving these involves verifying credentials, input parameters, and API endpoint configuration.
Links
- Solidgate API Documentation - Remove Subscription Pause - Official API documentation for the remove pause operation on subscriptions.