Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various billing and tax-related operations. Specifically, for the Billing - Tax resource and the Download Transactional Tax operation, it downloads a transactional tax report. This node is useful for automating the retrieval of tax reports for financial reconciliation, auditing, or compliance purposes within payment processing workflows.

Use Case Examples

  1. Downloading transactional tax reports for accounting systems integration.
  2. Automating tax report retrieval for monthly financial audits.

Properties

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

Output

JSON

  • ``
    • `` - The JSON response from the Solidgate API containing the transactional tax report data or error information.

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 Solidgate API credentials are correctly configured.
  • API endpoint errors may occur if the environment setting is incorrect (production vs development). Verify the environment parameter.
  • Errors related to missing or invalid additional fields can cause request failures. Validate the input parameters before execution.

Links

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

Discussion