Skip to main content

Documentation Index

Fetch the complete documentation index at: https://endclose.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

End Close webhooks allow you to respond to asynchronous events on the platform, such as when a transaction is reconciled. End Close uses HTTPS to send webhook events to your app as a JSON payload. To start receiving webhook events in your app:
  1. Create a webhook endpoint handler to receive event data POST requests in your codebase.
  2. Create a webhook endpoint in the End Close dashboard.
  3. Secure your webhook endpoint.
  4. You can register and create one endpoint to handle several different event types at the same time, or set up individual endpoints for specific events.