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 settling payments. Specifically, the 'Settle' operation finalizes a card payment transaction, confirming the transfer of funds. This node is useful in payment processing workflows where capturing authorized payments is required, such as e-commerce platforms or subscription services.
Use Case Examples
- Settling a card payment after authorization to capture funds.
- Finalizing a transaction in a payment processing workflow.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the settle request, allowing customization of the API call. |
Output
JSON
*- The JSON response from the Solidgate API representing the result of the settle operation, including transaction details and status.
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 API keys are correctly configured.
- Errors may occur if required fields for the settle operation are missing or incorrectly formatted in the additional fields collection.
- Network or API endpoint errors can happen if the environment setting is incorrect (production vs development). Verify the environment parameter.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request and response formats.