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, specifically supporting the 'Risks - Fraud Prevention' resource with the 'List Items' operation. It retrieves a list of fraud prevention items from the Solidgate API. This node is useful for scenarios where users need to monitor or manage fraud prevention data, such as listing all fraud prevention list items to analyze or review potential fraudulent activities.
Use Case Examples
- Listing all fraud prevention items to review flagged transactions or users.
- Integrating fraud prevention data retrieval into an automated workflow for risk management.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call parameters. |
Output
JSON
item_id- Identifier of the fraud prevention list itemotherProperties- Other properties returned by the fraud prevention list items API endpoint
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 resource or operation parameters are incorrect or missing.
- Network or connectivity issues can prevent successful API requests; verify network access to Solidgate API endpoints.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, including fraud prevention endpoints.