Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting the 'Webhook' resource with the 'List Endpoints' operation. It retrieves a list of webhook endpoints configured in the Solidgate system. This is useful for users who want to manage or audit their webhook endpoints programmatically, for example, to verify which endpoints are active or to integrate webhook management into automated workflows.

Use Case Examples

  1. A user wants to fetch all webhook endpoints to display them in a dashboard.
  2. An automated workflow needs to verify the existence of certain webhook endpoints before proceeding with further payment processing steps.

Properties

Name Meaning
Additional Fields Additional fields to include in the request, allowing customization or filtering of the webhook endpoints list.

Output

JSON

  • ``
    • id - The unique identifier of each webhook endpoint.
    • url - The URL of the webhook endpoint.
    • events - The events that trigger the webhook endpoint.
    • status - The status of the webhook endpoint (e.g., active, inactive).

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, as authentication failures will prevent listing endpoints.
  • If the node returns an empty list, verify that webhook endpoints exist in the Solidgate account and that any additional fields used for filtering are correct.
  • Network issues or incorrect environment settings (production vs. development) can cause request failures; verify the environment parameter is set correctly.

Links

Discussion