Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node integrates with the Solidgate payment gateway API to perform various billing-related operations, specifically for the 'Billing - Price' resource with the 'Create Price' operation. It allows users to create product prices by sending the necessary data to the Solidgate API. This node is useful for automating price management in billing systems, such as creating new prices for products programmatically within a workflow.

Use Case Examples

  1. Creating a new price for a product in an e-commerce platform to automate pricing updates.
  2. Integrating with Solidgate to manage product prices dynamically based on business rules or promotions.

Properties

Name Meaning
Additional Fields Additional fields to include in the request when creating a price. This allows customization of the price creation request with various optional parameters.

Output

JSON

  • * - The JSON response from the Solidgate API representing the created price details.

Dependencies

  • Requires Solidgate API credentials including a public key, secret key, and environment setting.

Troubleshooting

  • Common issues include authentication errors due to incorrect API credentials. Ensure the API keys and environment are correctly configured.
  • API request failures may occur if required fields in 'Additional Fields' are missing or invalid. Verify the input data before execution.
  • Network or connectivity issues can cause request failures. Check network access to the Solidgate API endpoints.

Links

Discussion