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 APM (Alternative Payment Method) orders reports. It is useful for users who need to generate and access detailed reports on payment transactions processed through Solidgate, such as APM orders, card orders, subscriptions, chargebacks, and other financial and fraud-related reports. For example, a business can use this node to fetch APM orders data for reconciliation or analysis purposes.
Use Case Examples
- Generating a report of all APM orders processed within a specific period.
- Retrieving card orders or subscription reports for financial auditing.
- Downloading financial entries or prevention alerts reports for compliance checks.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the report query parameters. |
Output
JSON
- The JSON output contains the report data returned from the Solidgate API for the requested reporting operation, such as APM orders.
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 configured.
- Incorrect or missing additional fields may cause the API request to fail or return incomplete data. Verify the required parameters for the specific report.
- Network or API endpoint errors can occur if the environment setting is incorrect (production vs development). Check the environment configuration.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, detailing available endpoints and parameters.