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 'Alternative Payment Method' resource with the 'Refund' operation. It allows users to refund payments made via alternative payment methods through Solidgate. This is useful in scenarios where a refund needs to be processed for payments made using various alternative payment options supported by Solidgate, such as local payment methods or e-wallets.
Use Case Examples
- A merchant wants to refund a customer who paid using an alternative payment method supported by Solidgate.
- A business automates refund processing for failed or returned orders paid via alternative payment methods.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the refund request, allowing customization of the refund operation. |
Output
JSON
*- The JSON response from the Solidgate API representing the result of the refund operation.
Dependencies
- Solidgate API credentials including public key, secret key, and environment configuration
Troubleshooting
- Ensure that the API credentials (public key and secret key) are correctly configured and valid for the selected environment (production or development).
- Verify that the additional fields provided in the refund request are valid and conform to the Solidgate API specifications.
- Common errors may include authentication failures due to incorrect credentials, invalid request parameters, or network connectivity issues. Check error messages returned by the API for guidance.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request parameters and responses.