Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various operations across multiple resources such as card payments, alternative payment methods (APM), billing products, prices, taxes, subscriptions, reporting, fraud prevention, disputes, checkout, webhooks, and file uploads. For the Reporting resource with the Financial Entries operation, it retrieves financial entries reports from the Solidgate API. This is useful for financial reconciliation, auditing, and reporting purposes in payment processing workflows.

Use Case Examples

  1. Retrieve financial entries report for accounting and reconciliation.
  2. Fetch detailed financial transaction data for auditing purposes.

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 the financial entries report data.

Dependencies

  • Requires Solidgate API credentials including a public key, secret key, and environment setting.

Troubleshooting

  • Common issues include authentication errors due to invalid or missing API credentials. Ensure the API keys and environment are correctly configured.
  • Incorrect or missing additional fields may cause the API request to fail or return incomplete data. Verify the fields according to Solidgate API documentation.
  • Network or connectivity issues can prevent successful API calls. Check internet connection and API endpoint accessibility.

Links

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

Discussion