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 '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

  1. Creating a new fraud prevention list item with specific details to block or monitor suspicious activities.
  2. 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

Discussion