Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting the 'Reporting' resource with the 'PayPal Disputes' operation among others. It allows users to retrieve reports related to PayPal disputes, which can be useful for financial reconciliation, dispute management, and auditing purposes. For example, a business can use this node to automatically fetch PayPal dispute reports to monitor and manage chargebacks or disputes raised by customers.

Use Case Examples

  1. Automatically fetch PayPal dispute reports daily to update a CRM or accounting system.
  2. Integrate PayPal dispute data into a fraud prevention workflow to analyze dispute trends.

Properties

Name Meaning
Additional Fields Additional fields to include in the request, allowing customization of the API call parameters.

Output

JSON

  • * - The JSON response from the Solidgate API containing the PayPal disputes report data.

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 configured.
  • API request failures may occur if required additional fields are missing or incorrectly formatted. Verify the input parameters.
  • Network or connectivity issues can cause request timeouts or failures. Check network settings and API endpoint availability.

Links

Discussion