You can get transaction events to your webhook. Take the following steps to begin receiving events.
- Determine the events you wish to track and the event data that need to be parsed.
- 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.
- Register your secure HTTPS URL in Vaults. See Set up webhook in Vaults.
- Authenticate incoming webhook requests from Liminal. See Authenticate webhook requests.