Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various operations related to billing products, including archiving a product. It is useful for managing product lifecycle within a billing system, such as creating, updating, retrieving, and archiving products. For example, a user can archive a product that is no longer available for sale to keep the product catalog up to date.

Use Case Examples

  1. Archiving a product that is discontinued or no longer offered to customers.
  2. Managing product data by creating new products, updating existing ones, or retrieving product details.

Properties

Name Meaning
Additional Fields Additional fields to include in the request when performing the archive product operation.

Output

JSON

  • id - The unique identifier of the archived product.
  • status - The status of the product after the archive operation, typically indicating it is archived.
  • message - Any message returned by the API regarding the archive operation.

Dependencies

  • Requires an API key credential for Solidgate payment gateway authentication.

Troubleshooting

  • Ensure the product_id is provided in the additional fields; otherwise, the API call to archive the product will fail.
  • Check that the API credentials (publicKey and secretKey) are correctly configured and valid to avoid authentication errors.
  • If the API endpoint URL is incorrect due to environment misconfiguration, the request will fail; verify the environment setting (production or development).
  • Handle API errors gracefully by enabling 'Continue On Fail' to avoid stopping the workflow on a single failure.

Links

Discussion