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-related operations on products. Specifically, the 'Update Product' operation allows users to update existing product details in the Solidgate billing system. This node is useful for businesses managing product information such as pricing, descriptions, or availability within their payment gateway environment. For example, a user can update product attributes like name, description, or status to keep their billing catalog current.
Use Case Examples
- Updating product details such as name, description, or status in the Solidgate billing system.
- Modifying product attributes to reflect changes in pricing or availability.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the update product request, allowing customization of product attributes. |
Output
JSON
*- The JSON response from the Solidgate API representing the updated product details or operation result.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Ensure that the API credentials (public key and secret key) are correctly configured and valid to avoid authentication errors.
- Verify that the product ID and other required fields are correctly specified in the additional fields to prevent request failures.
- Check the API endpoint URL and environment setting (production or development) to ensure requests are sent to the correct Solidgate environment.
- Handle API errors gracefully by enabling 'Continue On Fail' to capture error messages without stopping the workflow.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request and response formats.