Get Fraud Rule

View as Markdown
Get a single fraud rule by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

rule_idstringRequired
account_idstringRequired

Response

Successful Response
idstring
Unique rule identifier
namestring
Rule name
logicenum

Condition logic: AND or OR

enabledboolean
Whether the rule is active
actionenum

Rule action: block or allow

transaction_scopeenum

Which transactions the rule applies to: ‘cit’, ‘mit’, or ‘all’.

reasonstring
Block reason
conditionslist of objects
List of conditions
created_atdatetime
When the rule was created
updated_atdatetime
When the rule was last updated

Errors

422
Unprocessable Entity Error