Create webhook endpoint
Webhooks
Create webhook endpoint
Creates a new webhook endpoint. The response includes the full HMAC signing secret (shown only on creation). See webhook verification for more information.
POST
Create webhook endpoint
Authorizations
API key passed as a Bearer token
Body
application/json
HTTPS URL that will receive POST requests
Example:
"https://example.com/webhooks/daimo"
Event types to subscribe to. Defaults to ["*"].
Webhook event type (or * for all events)
Available options:
*, session.processing, session.succeeded, session.bounced Human-readable label for this endpoint
Response
Webhook endpoint created