Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

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

  1. Deleting a fraud prevention list item by providing its unique item ID to remove it from the fraud monitoring system.
  2. 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

Discussion