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, specifically including retrieving subscriptions by customer. It is useful for automating subscription management tasks such as retrieving subscription details for a specific customer, updating subscriptions, pausing or canceling subscriptions, and more. For example, a business can use this node to fetch all active subscriptions for a customer to display in a customer portal or to manage subscription lifecycle events programmatically.
Use Case Examples
- Retrieve all subscriptions associated with a specific customer to display their active plans.
- Cancel a subscription for a customer based on their request.
- Pause or restore a subscription for a customer during a billing cycle.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call with extra parameters. |
Output
JSON
json- The JSON response from the Solidgate API containing subscription data or operation results.
Dependencies
- Solidgate API key credentials (publicKey and secretKey)
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors. Ensure the API keys are correctly configured in the node credentials.
- Incorrect or missing required parameters in the additional fields can cause API request failures. Verify that all required fields for the specific operation are provided.
- Network or connectivity issues may cause request timeouts or failures. Check network settings and Solidgate API service status.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and parameters.