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 Transactional Tax operation. It calculates transactional tax based on provided input fields. This node is useful for businesses needing to compute tax amounts for transactions programmatically, such as e-commerce platforms or billing systems integrating tax calculations into their workflows.
Use Case Examples
- Calculate transactional tax for a set of billing transactions to ensure accurate tax reporting and compliance.
- Integrate tax calculation into an automated billing process to dynamically apply correct tax rates.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request for calculating transactional tax, allowing customization of the tax calculation parameters. |
Output
JSON
taxAmount- The calculated transactional tax amount returned from the API.taxDetails- Detailed breakdown of the transactional tax calculation.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Common issues include authentication errors due to invalid or missing API credentials. Ensure the API keys are correctly configured in the node credentials.
- Errors may occur if required fields for the tax calculation are missing or incorrectly formatted in the additional fields. Verify the input data matches the API requirements.
- Network or API endpoint errors can happen if the environment setting is incorrect (production vs development). Confirm the environment parameter is set properly.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, including details on tax calculation endpoints.