bridge_create_webhook
Create a webhook endpoint to receive Bridge events by specifying the target URL, starting event, and categories for monitoring payment activity.
Instructions
Create a webhook endpoint to receive Bridge events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL to receive webhook events | |
| event_epoch | Yes | Starting point for receiving events | |
| idempotency_key | No | Optional idempotency key for safe retries. Generated automatically when omitted. | |
| event_categories | No | Categories of events to receive (e.g., ['transfer', 'customer']) |