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 refunding a card payment. It is useful for automating payment workflows such as charging cards, refunding payments, voiding transactions, settling payments, and more. For example, it can be used to refund a customer's card payment automatically when a return is processed in an e-commerce system.

Use Case Examples

  1. Refund a card payment by providing the necessary refund details in the additional fields.
  2. Charge a card payment by specifying charge details.
  3. Check the status of a card order to verify payment completion.

Properties

Name Meaning
Additional Fields Additional fields to include in the refund request, such as transaction ID, amount, reason, etc.

Output

JSON

  • * - The JSON response from the Solidgate API representing the result of the refund operation or other card payment operations.

Dependencies

  • Requires Solidgate API credentials including a public key and secret key for authentication.

Troubleshooting

  • Common issues include invalid or missing API credentials, which will cause authentication failures.
  • Incorrect or missing required fields in the additional fields collection can cause the API to reject the refund request.
  • Network or connectivity issues can prevent the node from reaching the Solidgate API endpoint.
  • Error messages from the API will be returned in the node output; ensure to check these messages for details on what went wrong.

Links

  • Solidgate API Documentation - Official API documentation for Solidgate payment gateway, useful for understanding request and response formats.

Discussion