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 and subscription management operations. Specifically, for the 'Billing - Subscription' resource and 'Update Subscription' operation, it updates an existing subscription with provided additional fields. This node is useful for automating subscription management tasks such as updating subscription details, switching products, pausing or restoring subscriptions, and more within payment workflows.
Use Case Examples
- Updating subscription details such as plan or billing cycle for a customer.
- Switching a customer's subscription product to a different offering.
- Pausing or restoring a subscription based on customer requests or business rules.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the update subscription request, allowing customization of the subscription update parameters. |
Output
JSON
*- The JSON response from the Solidgate API representing the result of the subscription update operation, including updated subscription details or error information.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and have the necessary permissions to update subscriptions.
- Verify that the additional fields provided match the expected parameters of the Solidgate API for updating subscriptions to avoid request errors.
- Common errors may include authentication failures, invalid subscription IDs, or malformed request bodies. Check the error messages returned in the JSON output for guidance.
Links
- Solidgate API Documentation - Update Subscription - Official API documentation for updating subscriptions using the Solidgate payment gateway.