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 to perform various operations related to payment processing, billing, reporting, risk management, and more. Specifically, for the 'Risks - Dispute' resource with the 'Create Representment' operation, it allows users to create a dispute representment, which is a response to a chargeback or dispute claim. This is useful for merchants who want to contest a disputed transaction by providing evidence or additional information to the payment processor.
Use Case Examples
- A merchant receives a chargeback on a transaction and uses this node to submit a representment to contest the dispute.
- A fraud prevention team automates the process of responding to disputes by creating representments through this node as part of their workflow.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the representment creation request. |
Output
JSON
*- The JSON response from the Solidgate API representing the created dispute representment or error details if the request fails.
Dependencies
- Requires an API key credential for Solidgate API authentication, including a public key and secret key.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect or incomplete additional fields may cause the API to reject the request with validation errors.
- Network issues or incorrect environment settings (production vs. development) can cause request failures.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request and response formats.