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 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
- Pausing a subscription for a customer who wants to temporarily stop service without canceling.
- 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
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, including subscription management endpoints.