Solidgate icon

Solidgate

Interact with Solidgate payment gateway API

Overview

This node interacts with the Solidgate payment gateway API, specifically supporting various resources and operations related to payments, billing, reporting, risks, checkout, webhooks, and files. For the 'Webhook' resource and 'Update Endpoint' operation, it updates an existing webhook endpoint by sending a PATCH request to the Solidgate API with the specified endpoint ID and additional fields. This node is useful for managing webhook endpoints programmatically, such as updating their configuration or metadata.

Use Case Examples

  1. Updating a webhook endpoint to change its URL or event subscriptions.
  2. Modifying webhook endpoint settings to enable or disable certain notifications.

Properties

Name Meaning
Additional Fields Additional fields to include in the update request for the webhook endpoint, such as endpoint ID and other configurable parameters.

Output

JSON

  • json - The JSON response from the Solidgate API after updating the webhook endpoint, containing details of the updated endpoint.

Dependencies

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

Troubleshooting

  • Ensure the 'endpoint_id' is provided in the additional fields; otherwise, the API call will fail due to missing identifier.
  • Verify that the API credentials are correct and have sufficient permissions to update webhook endpoints.
  • Check that the additional fields conform to the API's expected schema to avoid validation errors.
  • Common error messages include authentication failures, missing required fields, or invalid endpoint IDs. Resolving these involves verifying credentials, input parameters, and endpoint existence.

Links

Discussion