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 retrieve card fraud alerts reports under the Reporting resource. It is useful for monitoring and analyzing potential fraudulent card transactions by fetching detailed fraud alert data. Practical applications include fraud detection workflows, financial risk assessments, and compliance monitoring in payment processing systems.
Use Case Examples
- A financial analyst uses this node to automatically fetch daily card fraud alerts to review suspicious activities.
- A fraud prevention system integrates this node to trigger alerts and actions based on the latest fraud reports from Solidgate.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the report query parameters. |
Output
JSON
*- The JSON response from the Solidgate API containing the card fraud alerts report data.
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.
- Network or API endpoint errors may occur if the environment setting is incorrect (production vs development). Verify the environment parameter.
- If the API request parameters in Additional Fields are invalid or incomplete, the API may return errors. Validate the input fields before execution.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, including reporting endpoints.