Skip to main content
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.