Skip to content

Commit

Permalink
fix spacing for correct json
Browse files Browse the repository at this point in the history
  • Loading branch information
Andra Mircioiu authored and Andra Mircioiu committed Feb 7, 2025
1 parent e7a12a4 commit d7516b4
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions content/minfraud/api-documentation/responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,7 @@ will not be present in the response.
},
{
"code": "IP_ISSUER_ID_NUMBER_VELOCITY",
"reason": "The number of distinct Issuer ID Numbers found in the
velocity check on IP address raised the overall risk score"
"reason": "The number of distinct Issuer ID Numbers found in the velocity check on IP address raised the overall risk score"
}
]
},
Expand All @@ -958,8 +957,7 @@ will not be present in the response.
"reasons": [
{
"code": "TIME_OF_DAY",
"reason": "The local time of day of the request raised the overall
risk score"
"reason": "The local time of day of the request raised the overall risk score"
}
]
},
Expand All @@ -968,8 +966,7 @@ will not be present in the response.
"reasons": [
{
"code": "EMAIL_DOMAIN_NEW",
"reason": "The email domain being recently seen for the first time
in the minFraud network raised the overall risk score"
"reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score"
}
]
},
Expand All @@ -978,8 +975,7 @@ will not be present in the response.
"reasons": [
{
"code": "PHONE_ACTIVITY",
"reason": "minFraud network activity of the phone number lowered
the overall risk score"
"reason": "minFraud network activity of the phone number lowered the overall risk score"
}
]
}
Expand Down Expand Up @@ -1589,8 +1585,7 @@ Factors services, and a full example of the JSON body document for an error.
},
{
"code": "IP_ISSUER_ID_NUMBER_VELOCITY",
"reason": "The number of distinct Issuer ID Numbers found in the
velocity check on IP address raised the overall risk score"
"reason": "The number of distinct Issuer ID Numbers found in the velocity check on IP address raised the overall risk score"
}
]
},
Expand All @@ -1599,8 +1594,7 @@ Factors services, and a full example of the JSON body document for an error.
"reasons": [
{
"code": "TIME_OF_DAY",
"reason": "The local time of day of the request raised the overall
risk score"
"reason": "The local time of day of the request raised the overall risk score"
}
]
},
Expand All @@ -1609,8 +1603,7 @@ Factors services, and a full example of the JSON body document for an error.
"reasons": [
{
"code": "EMAIL_DOMAIN_NEW",
"reason": "The email domain being recently seen for the first time
in the minFraud network raised the overall risk score"
"reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score"
}
]
},
Expand All @@ -1619,8 +1612,7 @@ Factors services, and a full example of the JSON body document for an error.
"reasons": [
{
"code": "PHONE_ACTIVITY",
"reason": "minFraud network activity of the phone number lowered
the overall risk score"
"reason": "minFraud network activity of the phone number lowered the overall risk score"
}
]
}
Expand Down

0 comments on commit d7516b4

Please sign in to comment.