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 payment-related operations. Specifically, for the Billing - Price resource with the Calculate Price operation, it calculates the price of a product based on provided parameters. This node is useful in scenarios where automated price calculations are needed within payment workflows, such as e-commerce platforms or subscription services, allowing dynamic price determination before processing payments.
Use Case Examples
- Calculate the price of a product with specific attributes or discounts before charging a customer.
- Integrate with billing systems to dynamically compute prices during subscription updates or product purchases.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the price calculation request, allowing customization of the calculation parameters. |
Output
JSON
calculatedPrice- The calculated price result returned from the Solidgate API after processing the request.
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 valid to avoid authentication errors.
- Verify that the additional fields provided match the expected parameters for the price calculation endpoint to prevent request validation errors.
- If the API returns errors, check the error message for details and adjust the input parameters accordingly.
Links
- Solidgate API Documentation - Calculate Price - Official API documentation for the price calculation endpoint used by this node.