Set up webhook integration

You can get transaction events to your webhook. Take the following steps to begin receiving events.

  1. Determine the events you wish to track and the event data that need to be parsed.
  2. Establish a webhook endpoint as an HTTP endpoint (URL) on your server. Ensure that your webhook endpoint is accessible over the internet with a secure HTTPS URL.
  3. Register your secure HTTPS URL in Vaults. See Set up webhook in Vaults.
  4. Authenticate incoming webhook requests from Liminal. See Authenticate webhook requests.