Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to process various card payment operations, specifically supporting recurring card payments under the 'Card Payment' resource. It is useful for automating payment workflows such as processing recurring charges on saved card details, which is common in subscription-based services or any scenario requiring automated repeated billing.

Use Case Examples

  1. A subscription service automates monthly recurring payments using this node to charge customers' saved card details.
  2. An e-commerce platform uses this node to handle recurring billing for membership renewals.

Properties

Name Meaning
Additional Fields Additional fields to include in the recurring card payment request, allowing customization of the payment details.

Output

JSON

  • json - The JSON response from the Solidgate API containing the result of the recurring card payment operation.

Dependencies

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

Troubleshooting

  • Common issues include authentication errors if API keys are incorrect or missing.
  • Errors may occur if required fields in 'Additional Fields' are missing or invalid.
  • Network or API endpoint errors can happen if the environment setting is incorrect (production vs development).
  • The node throws error messages from the Solidgate API which should be reviewed to adjust request parameters accordingly.

Links

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

Discussion