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 'Check Order Status' operation. It allows users to check the status of an alternative payment method order by sending a request to the Solidgate API. This is useful for scenarios where you need to verify the current status of a payment order made through alternative payment methods, such as confirming if a payment is completed, pending, or failed.
Use Case Examples
- Checking the status of an APM order to update order management systems.
- Verifying payment status before fulfilling an order in an e-commerce workflow.
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 alternative payment method order returned by the API.
Dependencies
- Requires an API key credential for Solidgate API authentication, including a public key and secret key.
Troubleshooting
- Common issues include incorrect or missing API credentials, resulting in authentication errors.
- Invalid or missing required fields in the additional fields collection may cause the API request to fail.
- Network or endpoint errors if the environment is not set correctly (production vs development).
- Error messages from the API typically indicate issues with request parameters or authentication; ensure all required fields are correctly set and credentials are valid.
Links
- Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request parameters and responses.