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 '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
- Automatically fetch PayPal dispute reports daily to update a CRM or accounting system.
- 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
- Solidgate API Documentation - PayPal Disputes Report - Official API documentation for retrieving PayPal disputes reports from Solidgate.