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 cancellation of subscriptions by customers. It is useful for automating subscription management tasks such as canceling subscriptions directly by customer request, updating subscription details, pausing or restoring subscriptions, and retrieving subscription-related information. For example, a business can use this node to automatically cancel a customer's subscription upon their request or to update subscription tokens programmatically.
Use Case Examples
- Cancel a subscription by customer ID to stop recurring billing.
- Retrieve subscription status for a customer before processing cancellation.
- Pause a subscription temporarily and later restore it based on customer interaction.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call with extra parameters. |
Output
JSON
*- The JSON response from the Solidgate API, containing details about the subscription cancellation or other subscription-related operations.
Dependencies
- Requires an API key credential for Solidgate payment gateway authentication.
Troubleshooting
- Ensure the API credentials (public key and secret key) are correctly configured to avoid authentication errors.
- Verify that the 'additionalFields' contain all required parameters for the subscription cancellation endpoint to prevent request failures.
- Check the environment setting (production or development) to ensure the correct API base URL is used.
- Common error messages may include authentication failures, missing required fields, or invalid subscription IDs. Resolving these involves verifying credentials, input parameters, and subscription identifiers.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, detailing endpoints and request parameters.