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 operations across multiple resources such as card payments, alternative payment methods (APM), billing products, prices, taxes, subscriptions, reporting, fraud prevention, disputes, checkout, webhooks, and file uploads. For the Reporting resource with the Financial Entries operation, it retrieves financial entries reports from the Solidgate API. This is useful for financial reconciliation, auditing, and reporting purposes in payment processing workflows.
Use Case Examples
- Retrieve financial entries report for accounting and reconciliation.
- Fetch detailed financial transaction data for auditing purposes.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call with extra parameters. |
Output
JSON
json- The JSON response from the Solidgate API containing the financial entries report data.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Common issues include authentication errors due to invalid or missing API credentials. Ensure the API keys and environment are correctly configured.
- Incorrect or missing additional fields may cause the API request to fail or return incomplete data. Verify the fields according to Solidgate API documentation.
- Network or connectivity issues can prevent successful API calls. Check internet connection and API endpoint accessibility.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and request parameters.