Creates a new webhook endpoint for the authenticated platform.
This endpoint enables platforms to:
The signing secret is returned only in the creation response. Store it securely — it cannot be retrieved again.
Documentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Create a new webhook endpoint on the platform.
HTTPS URL that will receive webhook POST requests.
1 - 2048"https://example.com/webhooks"
Individual event types to subscribe to. An empty list subscribes to all events.
[
"payment_intent.succeeded",
"payment_intent.failed"
]Event groups to subscribe to (e.g. 'payment', 'wallet'). Expanded into individual event types and merged with events.
["payment", "compliance"]Optional human-readable description for the webhook endpoint.
255"Production payment notifications"