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 Download Summary Tax operation. It allows users to download a summary tax report from the Solidgate system. This is useful for businesses needing to retrieve tax summary data for accounting, reporting, or compliance purposes.
Use Case Examples
- A business wants to automate the retrieval of monthly tax summary reports from their payment gateway to integrate with their accounting software.
- An accountant uses this node to download tax summaries for multiple periods to analyze tax liabilities and prepare tax filings.
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 summary tax report data.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and have the necessary permissions to access the billing taxes resource.
- If the API returns an error, check that the additional fields provided are valid and conform to the API specification for the download summary tax endpoint.
- Network issues or incorrect environment settings (production vs development) can cause request failures; verify the environment parameter is set correctly.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and request parameters.