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 checking the status of a card order. It is useful for scenarios where users need to verify the current status of a payment order processed through Solidgate, such as confirming if a payment was successful, pending, or failed. Practical examples include e-commerce platforms verifying order payment status before shipping goods or services.
Use Case Examples
- Check the status of a card payment order to confirm if the payment was completed successfully.
- Verify the status of a refund or charge operation on a card payment.
- Monitor recurring payment statuses for subscription services.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request, allowing customization of the API call with extra parameters. |
Output
JSON
orderStatus- The status information of the card order retrieved from the Solidgate API.error- Error message returned if the operation fails and continueOnFail is enabled.
Dependencies
- Solidgate payment gateway API
Troubleshooting
- Common issues include incorrect or missing API credentials, resulting in authentication errors.
- Invalid or missing required parameters in additional fields can cause API request failures.
- Network connectivity issues may prevent successful API calls.
- Error messages from the API are returned in the output JSON under the 'error' key if continueOnFail is enabled.
Links
- Solidgate API Documentation - Official documentation for the Solidgate payment gateway API, detailing endpoints and request parameters.