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, 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
- Retrieve a product's details by its unique ID to display pricing or description in an e-commerce platform.
- 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
- Solidgate API Documentation - Get Product by ID - Official API documentation for retrieving a product by its ID using the Solidgate API.