create_webhook
Create a webhook to receive SpherePay event notifications. Provide a name, HTTPS endpoint, and subscribe to specific events like customer.create or transfer.update. Returns a secret for verifying webhook signatures.
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
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| url | Yes | ||
| events | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||