Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to perform various operations across multiple resources such as card payments, alternative payment methods, billing products, prices, taxes, subscriptions, reporting, fraud prevention, disputes, checkout, webhooks, and file uploads. Specifically, for the Checkout resource with the Create Payment Page operation, it creates a payment page by sending a POST request to the Solidgate API with user-defined additional fields. This node is useful for automating payment page creation in e-commerce or payment processing workflows.

Use Case Examples

  1. Creating a payment page for a new product checkout flow.
  2. Automating the creation of payment pages with custom parameters for different campaigns.

Properties

Name Meaning
Additional Fields Additional fields to include in the request when creating the payment page. These fields allow customization of the payment page parameters.

Output

JSON

  • * - The JSON response from the Solidgate API representing the created payment page details or other resource operation results.

Dependencies

  • Requires Solidgate API credentials including a public key, secret key, and environment setting.

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect or missing required fields in the additionalFields collection may cause API request failures.
  • Network or connectivity issues can prevent successful API calls.
  • Error messages from the API are returned in the node output; users should verify the request parameters and credentials.

Links

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

Discussion