Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

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

  1. Retrieve a report of all active subscriptions for a given period.
  2. 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

Discussion