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 reporting operations, specifically including the retrieval of chargebacks reports. It is useful for businesses and developers who need to access detailed payment and transaction reports from Solidgate, such as chargebacks, card orders, subscriptions, and other financial data. For example, a user can fetch chargebacks data to analyze disputed transactions and manage financial risk.
Use Case Examples
- Retrieve a report of chargebacks to monitor disputed transactions and take necessary actions.
- Fetch card orders report to analyze payment trends and customer purchase behavior.
- Download financial entries report for accounting and reconciliation purposes.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the report query. |
Output
JSON
chargebacks- The chargebacks report data returned from the Solidgate API.
Dependencies
- Requires Solidgate API credentials including a public key and secret key for authentication.
Troubleshooting
- Common issues include authentication errors due to invalid or missing API credentials. Ensure the correct API keys are provided.
- API endpoint errors may occur if the environment is incorrectly set (production vs development). Verify the environment setting.
- Request failures can happen if required additional fields are missing or incorrectly formatted. Double-check the input parameters.
- Error messages from the API will be returned in the node output if continueOnFail is enabled, allowing troubleshooting without stopping the workflow.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, detailing endpoints and request parameters.