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 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
- Downloading transactional tax reports for accounting systems integration.
- 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.