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, including retrieving prevention alerts reports. It is useful for users who need to access detailed reports related to payment processing, fraud prevention, and financial entries. For example, a user can fetch prevention alerts to monitor suspicious activities or download detailed financial entries for accounting purposes.
Use Case Examples
- Retrieve prevention alerts report to monitor fraud prevention activities.
- Download prevention alerts report for offline analysis and record-keeping.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call. |
Output
JSON
data- The main response data from the prevention alerts report API call, containing the report details.
Dependencies
- Requires an API key credential for Solidgate API authentication, including a public key and secret key.
Troubleshooting
- Common issues include authentication errors due to invalid or missing API keys. Ensure the correct credentials 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.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding available endpoints and parameters.