Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various billing-related operations, specifically focusing on updating product prices when the 'Billing - Price' resource and 'Update Price' operation are selected. It allows users to update existing product prices by sending the relevant data to the Solidgate API. This node is useful for automating price management in billing systems, such as updating subscription prices or product pricing dynamically based on business needs.

Use Case Examples

  1. Updating the price of a product in a billing system to reflect a new cost or discount.
  2. Automating price adjustments for subscription plans based on user input or external triggers.

Properties

Name Meaning
Additional Fields Additional fields to include in the update price request, allowing customization of the price update parameters.

Output

JSON

  • response - The JSON response from the Solidgate API after updating the price, containing details of the updated price object or status information.

Dependencies

  • Requires Solidgate API credentials including a public key and secret key for authentication.

Troubleshooting

  • Ensure that the API credentials (public key and secret key) are correctly configured and valid to avoid authentication errors.
  • Verify that the 'additionalFields' contain all required parameters for the price update operation as per Solidgate API documentation to prevent request validation errors.
  • Check network connectivity and API endpoint availability to avoid request timeouts or connection errors.
  • If the node throws errors related to missing or invalid fields, review the input parameters and ensure they match the expected schema for the update price operation.

Links

  • Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding the required fields and responses for the update price operation.

Discussion