create_webhook
Create a webhook subscription to receive notifications for transaction and batch events. Specify endpoint URL, event types, and an optional signing secret.
Instructions
Create a webhook subscription.
Args: url: Webhook endpoint URL. events: List of event types. Valid values: transaction.created, transaction.updated, transaction.deleted, batch.completed. secret: Optional HMAC-SHA256 signing secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | Yes | ||
| secret | No |