create_webhook
Set up automated event notifications for payment platform activities by configuring a webhook with name, HTTPS endpoint, and event subscriptions.
Instructions
Create a webhook to receive event notifications. Provide a name, url (HTTPS endpoint), and events to subscribe to. Use ['*'] to subscribe to all events. Example events: customer.create, transfer.update, bankAccount.create. Returns a secret for webhook signature verification - save it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| url | Yes | ||
| events | Yes | ||
| description | No |