Create a webhook endpoint
Response
A WebhookEndpoint represents a registered URL that will receive real-time event notifications from the Charge API. Developers can subscribe to specific events and receive webhook calls when those events are triggered.
Unique identifier for the webhook endpoint object.
null
String representing the object’s type. Always webhook_admin_endpoint
.
null
API version this webhook endpoint is configured to receive. Defaults to the account's version if null
.
null
ID of the application associated with this webhook, if applicable.
null
Time at which the webhook endpoint was created.
null
An optional description for the webhook endpoint.
null
List of event types that will trigger this webhook endpoint.
Indicates whether this webhook endpoint is operating in live or test mode.
null
Set of key-value pairs for attaching custom structured data to the webhook endpoint.
null
Secret used to sign webhook payloads sent to this endpoint.
null
Current status of the webhook endpoint.
enabled
, disabled
null
The URL that will receive the webhook POST requests.
null