Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

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

  1. Calculate the price of a product with specific attributes or discounts before charging a customer.
  2. 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

Discussion