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 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
- Creating a webhook endpoint to receive payment status updates from Solidgate.
- 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
- Solidgate Webhooks API Documentation - Official documentation for managing webhook endpoints in Solidgate API.