Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting various resources and operations related to billing products, card payments, alternative payment methods, subscriptions, reporting, and more. For the 'Billing - Product' resource with the 'Get Product by ID' operation, it retrieves detailed information about a specific product using its ID. This is useful for scenarios where you need to fetch product details for billing, inventory management, or integration with other systems.

Use Case Examples

  1. Retrieve a product's details by its unique ID to display pricing or description in an e-commerce platform.
  2. Fetch product information to synchronize with an external billing or ERP system.

Properties

Name Meaning
Additional Fields Additional fields to include in the request, such as the product ID for the 'Get Product by ID' operation.

Output

JSON

  • id - The unique identifier of the product.
  • name - The name of the product.
  • description - Description of the product.
  • price - Price details of the product.
  • status - Current status of the product (e.g., active, archived).
  • createdAt - Timestamp when the product was created.
  • updatedAt - Timestamp when the product was last updated.

Dependencies

  • Solidgate API key credentials (public and secret keys)

Troubleshooting

  • Ensure the product ID is correctly provided in the additional fields; missing or incorrect IDs will cause errors.
  • Verify that the API credentials (public and secret keys) are valid and have the necessary permissions.
  • Check the environment setting (production or development) to ensure the correct API endpoint is used.
  • Common error messages include authentication failures, invalid product ID, or network issues. Verify credentials, input parameters, and network connectivity to resolve these.

Links

Discussion