Skip to main content
This object represents a webhook endpoint in Charge. Use it to configure where Charge delivers signed event notifications and which event types a destination receives.

Attributes

string
Unique identifier for the object.
array of string
Event types delivered to this endpoint.
string
Current status of the webhook endpoint.Available options: enabled, disabled
string
The URL that will receive the webhook POST requests.

More attributes

string
String representing the object’s type.
string | null
API version used for events delivered to this endpoint.
string | null
ID of the application associated with this webhook, if applicable.
string
Time at which the webhook endpoint was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
string | null
An optional description for the webhook endpoint.
boolean
Indicates whether this webhook endpoint is operating in live or test mode.
object
Set of key-value pairs that you can attach to an object.
string
Secret used to sign webhook payloads sent to this endpoint.