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 card payments, including the 'Resign' operation. It allows users to send requests to the Solidgate API to manage card payments, such as charging, refunding, voiding, settling, recurring payments, and specifically resigning a card payment. This node is useful for automating payment workflows, handling payment lifecycle events, and integrating Solidgate payment processing into broader automation scenarios.
Use Case Examples
- Resign a card payment by providing necessary additional fields to the Solidgate API.
- Automate the process of managing card payments including charging, refunding, and settling through Solidgate.
- Use the node to handle recurring payments and check order statuses programmatically.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request for the resign operation, allowing customization of the API call. |
Output
JSON
*- The JSON response from the Solidgate API for the resign operation, containing details about the payment resign request result.
Dependencies
- Requires Solidgate API credentials including a public key, secret key, and environment setting.
Troubleshooting
- Ensure that the Solidgate API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the additional fields provided match the expected parameters for the resign operation in the Solidgate API to prevent request errors.
- Check network connectivity and API endpoint availability, especially considering environment (production or development) settings.
- If the node throws errors related to HTTP methods or endpoints, confirm that the resource and operation parameters are correctly set to 'Card Payment' and 'Resign' respectively.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request parameters and responses.