Skip to main content
POST
Submit an event payload for fraud screening

Authorizations

X-CLIENT-API-KEY
string
header
required

API key required in header: X-CLIENT-API-KEY

Body

id
string | null
eventType
string | null
eventAmount
number<double> | null
eventCurrency
string | null
cardHolder
string | null
cardBin
string | null
cardHash
string | null
cardLast
string | null
cardExpiry
string | null
userIp
string | null
userEmail
string | null
userPhoneNumber
string | null
userFullName
string | null
userFirstName
string | null
userLastName
string | null
userDob
string | null
userPob
string | null
userId
string | null
userName
string | null
userCreated
string | null
userCountry
string | null
userCity
string | null
userRegion
string | null
userZip
string | null
userStreet1
string | null
userStreet2
string | null
shippingCountry
string | null
shippingCity
string | null
shippingRegion
string | null
shippingZip
string | null
shippingStreet1
string | null
shippingStreet2
string | null
shippingPhone
string | null
shippingFullName
string | null
billingCountry
string | null
billingCity
string | null
billingRegion
string | null
billingZip
string | null
billingStreet1
string | null
billingStreet2
string | null
billingPhone
string | null
eventDate
string | null
browserUserAgent
string | null
items
object[] | null

Response

OK

id
string | null

Id provided by customer

eventId
string | null

A unique identifier generated by StrongHold api

actionType
string | null

Event state, which indicates the further action. State can be either APPROVE, REVIEW or DECLINE

totalRiskScore
integer<int32>

A score from 0-100 indicating the likelihood that a event is fraudulent.

appliedRulesDetails
object[] | null
denylistMatches
string[] | null
allowlistMatches
string[] | null