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 'Delete Item' operation. It allows users to delete a fraud prevention list item by specifying the item ID. This is useful in scenarios where fraudulent or suspicious entries need to be removed from the fraud prevention list to maintain accurate and up-to-date fraud monitoring.
Use Case Examples
- Deleting a fraud prevention list item by providing its unique item ID to remove it from the fraud monitoring system.
- Automating the cleanup of outdated or resolved fraud prevention entries in a payment processing workflow.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the delete request, such as the item ID of the fraud prevention list item to delete. |
Output
JSON
item_id- The ID of the fraud prevention list item that was deleted.status- The status or result of the delete operation returned by the API.
Dependencies
- Solidgate payment gateway API
Troubleshooting
- Ensure the 'item_id' is provided in the additional fields; otherwise, the delete operation will fail due to missing identifier.
- API authentication errors may occur if the API key credentials are incorrect or missing; verify the credentials are properly configured.
- Network or connectivity issues can cause request failures; check internet connection and API endpoint accessibility.
- If the item to delete does not exist, the API may return an error indicating the item was not found.
Links
- Solidgate API Documentation - Delete Fraud Prevention List Item - Official API documentation for deleting a fraud prevention list item using the Solidgate API.