Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

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

  1. Check the status of a card payment order to confirm if the payment was completed successfully.
  2. Verify the status of a refund or charge operation on a card payment.
  3. 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.

Discussion