Webhook request
Below is the sample payload for travel rule events published to the webhook, along with the description of each field.
Field
Type
Description
request_id
UUIDV7
A unique identifier for the webhook request.
event_type
string
Specifies the module where the event originates (e.g., “TRAVEL_RULE”).
event_name
string
timestamp
datetime
The date and time when the webhook request was sent.
error
object
Contains error details if an issue occurred during the event processing (null if data is set).
data
object
Contains Travel Rule event details if the request was successful (null if an error is set).
Last updated