Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API to create a webhook endpoint. It allows users to configure and create webhook endpoints dynamically by specifying additional fields as needed. This is useful for integrating Solidgate webhooks into automation workflows, enabling real-time event handling such as payment notifications or status updates.

Use Case Examples

  1. Creating a webhook endpoint to receive payment status updates from Solidgate.
  2. Setting up a webhook to trigger workflows when specific events occur in the Solidgate payment system.

Properties

Name Meaning
Additional Fields Additional fields to include in the webhook creation request, allowing customization of the webhook endpoint.

Output

JSON

  • id - The unique identifier of the created webhook endpoint.
  • url - The URL of the created webhook endpoint.
  • status - The status of the webhook endpoint (e.g., active, inactive).
  • createdAt - Timestamp when the webhook endpoint was created.

Dependencies

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

Troubleshooting

  • Ensure that the API credentials (public key and secret key) are correctly configured and valid.
  • Verify that the environment setting (production or development) matches the intended Solidgate API endpoint.
  • Check that all required additional fields for webhook creation are provided and correctly formatted.
  • Common errors include authentication failures due to invalid keys, missing required fields, or network connectivity issues. Resolving these typically involves verifying credentials, input data, and network access.

Links

Discussion