Actions63
- Alternative Payment Method Actions
- Billing - Price Actions
- Billing - Product Actions
- Billing - Subscription Actions
- Billing - Tax Actions
- Card Payment Actions
- Checkout Actions
- Reporting Actions
- Risks - Dispute Actions
- Risks - Fraud Prevention Actions
- Webhook Actions
- File Actions
Overview
This node interacts with the Solidgate payment gateway API, specifically supporting operations related to webhooks such as creating, listing, updating, and deleting webhook endpoints. The 'Delete Endpoint' operation allows users to delete a specified webhook endpoint by providing its endpoint ID. This is useful for managing webhook endpoints dynamically, for example, removing obsolete or unused webhook URLs to maintain clean and secure webhook configurations.
Use Case Examples
- Deleting a webhook endpoint by specifying its endpoint ID to stop receiving webhook notifications from that endpoint.
- Managing webhook endpoints programmatically as part of an automated workflow to keep webhook configurations up to date.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Additional fields to include in the request when deleting the webhook endpoint. This typically includes the 'endpoint_id' to specify which webhook endpoint to delete. |
Output
JSON
json- The JSON response from the Solidgate API after attempting to delete the webhook endpoint. This may include confirmation of deletion or error details.
Dependencies
- Requires an API key credential for Solidgate API authentication, including a public key and secret key.
Troubleshooting
- Common issues include providing an invalid or missing 'endpoint_id' which will cause the API to return an error indicating the endpoint could not be found or deleted.
- Authentication errors may occur if the API keys are incorrect or missing, resulting in authorization failures.
- Network or API endpoint issues may cause request failures; ensure the environment setting (production or development) is correct and the Solidgate API is reachable.
Links
- Solidgate Webhooks API Documentation - Official documentation for managing webhook endpoints via the Solidgate API.