Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various reporting operations, specifically including the ability to download financial entries reports. It is useful for users who need to retrieve detailed financial data from their payment gateway for accounting, auditing, or financial analysis purposes. For example, a business could use this node to automatically download and process financial entries reports to reconcile transactions or generate financial statements.

Use Case Examples

  1. Automatically download financial entries reports for a specified period to integrate with accounting software.
  2. Retrieve detailed financial transaction data for auditing or compliance reporting.

Properties

Name Meaning
Additional Fields Additional fields to include in the request, allowing customization of the report parameters.

Output

JSON

  • json - The JSON response containing the financial entries report data retrieved from the Solidgate API.

Dependencies

  • Requires an API key credential for Solidgate API authentication, including a public key and secret key.

Troubleshooting

  • Common issues include authentication errors due to invalid or missing API keys. Ensure the correct credentials are configured.
  • Network or API endpoint errors may occur if the environment setting is incorrect (production vs development). Verify the environment parameter.
  • Errors may arise if required additional fields are missing or incorrectly formatted. Double-check the input parameters for the request.

Links

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

Discussion