Skip to main contentEnd 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:
- Create a webhook endpoint handler to receive event data POST requests in your codebase.
- Create a webhook endpoint in the End Close dashboard.
- Secure your webhook endpoint.
- 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.