Actions63
- Alternative Payment Method Actions
- Billing - Price Actions
- Billing - Product Actions
- Billing - Subscription Actions
- Billing - Tax Actions
- Card Payment Actions
- Checkout Actions
- Reporting Actions
- Risks - Dispute Actions
- Risks - Fraud Prevention Actions
- Webhook Actions
- File Actions
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
- Calculate summary tax for a set of transactions to generate a tax report.
- 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
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, including billing and tax operations.