Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various reporting operations, including downloading prevention alerts. It is useful for users who need to retrieve detailed reports related to payment transactions, fraud prevention, subscriptions, and other financial data from Solidgate. For example, a user can download prevention alerts reports to monitor and analyze potential fraud activities.

Use Case Examples

  1. Download prevention alerts report to monitor fraud prevention activities.
  2. Retrieve card orders or APM orders reports for transaction analysis.
  3. Get subscription reports to track customer subscriptions and statuses.

Properties

Name Meaning
Additional Fields Additional fields to include in the request, allowing customization of the API call for the selected reporting operation.

Output

JSON

  • response - The JSON response from the Solidgate API containing the requested report data, such as prevention alerts or other reporting information.

Dependencies

  • Requires Solidgate API credentials including a public key and secret key for authentication.

Troubleshooting

  • Common issues include incorrect or missing API credentials, resulting in authentication errors.
  • Invalid or missing required parameters in additional fields may cause API request failures.
  • Network or connectivity issues can prevent successful API calls to Solidgate endpoints.

Links

  • Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, detailing available endpoints and request parameters.

Discussion