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

  1. Listing all fraud prevention items to review flagged transactions or users.
  2. 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 item
  • otherProperties - 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

Discussion