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 reporting operations related to subscriptions. It is useful for retrieving subscription reports and related data from the Solidgate system, which can help businesses monitor and analyze their subscription activities. For example, users can get detailed subscription reports to track customer subscriptions, billing cycles, and revenue generated from subscriptions.
Use Case Examples
- Retrieve a report of all active subscriptions for a given period.
- Fetch subscription data to analyze customer retention and subscription trends.
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 containing the subscription report data.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the additional fields provided match the expected parameters for the subscriptions report endpoint to prevent request errors.
- Common error messages may include authentication failures, invalid parameters, or network issues. Check the error message details and adjust credentials or request parameters accordingly.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, including reporting endpoints.