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, specifically for the 'Billing - Price' resource with the 'Get Prices' operation. It retrieves product prices from the Solidgate system, which is useful for applications needing to fetch pricing details for billing or product management purposes. For example, it can be used to get the list of prices associated with a specific product ID in an e-commerce or subscription billing workflow.
Use Case Examples
- Fetch all prices for a given product to display pricing options to customers.
- Retrieve pricing details to update billing records or generate invoices.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, such as product_id to specify which product's prices to retrieve. |
Output
JSON
prices- Array of price objects associated with the specified product.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Ensure the 'product_id' is provided in the additional fields when using the 'Get Prices' operation, as it is required to specify which product's prices to fetch.
- Common errors include authentication failures due to invalid API keys or missing credentials; verify that the Solidgate API credentials are correctly configured.
- HTTP errors may occur if the API endpoint is unreachable or if the request parameters are invalid; check network connectivity and parameter correctness.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and request parameters.