Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting the Billing - Tax resource with the Summary Tax operation. It calculates summary tax based on provided input fields. This node is useful for businesses needing to compute aggregated tax summaries for billing purposes, such as generating tax reports or preparing tax data for accounting.

Use Case Examples

  1. Calculate summary tax for a set of transactions to generate a tax report.
  2. Use the node to integrate tax summary calculations into an automated billing workflow.

Properties

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

Output

JSON

  • summaryTaxResult - The calculated summary tax data returned from the Solidgate API

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 summary tax calculation to prevent request errors.
  • If the API returns an error, check the error message for details and adjust the input fields accordingly.

Links

Discussion