Submit application events to detect fraud and analyze in the SignalPrint explorer
Notes on Request Payloads
The accountId
property should always be provided if the event can be associated with an account or user. The identifier should be immutable and not change in the context of your application.
Without the accountId
property, the email
and phone
properties are used to identify an account or user in your application.
Note that if the timestamp is omitted from any event, then the current time will be used.
The paymentHash
property should be a securely (SHA256 or better, with key or salt) hashed representation of the payment method. Prefer using tokenized payment method values, only hash raw payment information as a last option.
The deviceId
property should be provided if the event can be associated with a unique device identifier.
The workspaceCustomData
can be up to 8KB of data and must be valid JSON.