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 'Create List Item' operation. It allows users to create a fraud prevention list item by sending a POST request to the Solidgate API. This is useful for managing fraud prevention measures by adding items to a fraud prevention list, helping businesses reduce fraudulent transactions.
Use Case Examples
- Creating a new fraud prevention list item with specific details to block or monitor suspicious activities.
- Automating the addition of fraud prevention entries based on transaction data or external fraud detection systems.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the fraud prevention list item creation request, allowing customization of the data sent to the API. |
Output
JSON
item_id- The unique identifier of the created fraud prevention list item.status- The status of the creation request, indicating success or failure.message- Additional message or information returned by the API about the creation process.
Dependencies
- Requires an API key credential for Solidgate API authentication, including a public key and secret key.
Troubleshooting
- Ensure the API credentials (public and secret keys) are correctly configured and valid to avoid authentication errors.
- Verify that the 'additionalFields' parameter includes all required fields as per the Solidgate API documentation for creating a fraud prevention list item.
- Check network connectivity and API endpoint availability to prevent request failures.
- Handle API error responses gracefully, especially for invalid data or permission issues.
Links
- Solidgate API Documentation - Create Fraud Prevention List Item - Official API documentation for creating a fraud prevention list item in Solidgate.