Skip to content

Commit 6bc0c96

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
fix tables formatting
1 parent 489f7ee commit 6bc0c96

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

content/minfraud/api-documentation/requests.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,8 @@ transaction.
278278

279279
{{< minfraud-schema-row key="type" type="request" valueType="string" valueTypeNote="format: enum" >}}
280280
The type of event being scored. The valid types are:
281-
282-
| Transaction type | Description |
283-
| ---------------------------- | ------------------------------------------------------------------------------------------------------ |
281+
| Transaction type | Description |
282+
| ---------------------------- | ------------------------------------------------------------------- |
284283
| `account_creation` | The transactor is attempting to create an account in your system. |
285284
| `account_login` | The transactor is attempting to log in to an account in your system. |
286285
| `credit_application` | The transactor is attempting to submit an application for credit. |
@@ -293,7 +292,6 @@ transaction.
293292
| `referral` | The transactor is sending you referral traffic, for example referring someone to an e-commerce site with an ad. |
294293
| `sim_swap` | For mobile network operators. A new SIM card or eSIM is being issued to activate service on a customer's existing phone number. |
295294
| `survey` | The transactor is attempting to begin or complete a survey. |
296-
297295
[Learn more about the /event/type input on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/event-and-account-inputs-minfraud#transaction-identifier)
298296
{{</minfraud-schema-row>}}
299297

@@ -549,7 +547,7 @@ process that was used for the event.
549547
{{< minfraud-schema-row key="method" type="request" valueType="string" valueTypeNote="format: enum" >}}
550548
The payment method associated with the transaction. The valid values are:
551549
| Payment method | Description |
552-
| ---------------------------- | ------------------------------------------------------------------------------------------------------ |
550+
| ---------------------------- | ---------------- -------------------------------------------------- |
553551
| `bank_debit` | A direct debit of the customer's bank account. |
554552
| `bank_redirect` | The customer authorizes payment after authentication via their bank. |
555553
| `bank_transfer` | The customer pushes funds directly from their bank account. |
@@ -560,7 +558,6 @@ process that was used for the event.
560558
| `gift_card` | Payment via a merchant sponsored gift card. |
561559
| `real_time_payment` | The customer pushes funds directly from their bank account or other funding source using an intermediary to authenticate, such as a phone number or other account (e.g. Pix, PayNow, Swish, etc.). |
562560
| `rewards` | Payment via rewards or loyalty program incentives. |
563-
564561
[Learn more about event and account inputs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/event-and-account-inputs-minfraud)
565562

566563

content/minfraud/api-documentation/responses.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -992,16 +992,14 @@ minFraud response.
992992

993993
{{< minfraud-schema-row key="status" type="response" valueType="string" insights="true" factors="true" >}}
994994
A classification of the status of the domain (or the last domain visited after following redirects, if these are present and can be followed) based on an automated visit at a previous point in time. This field may be initially unavailable for a newly sighted domain and populated at a future time after a visit is conducted. Pair with the `/email/domain/visit/last_visited_on` to determine the recency of the visit. One of the following values. Additional values may be added in the future.
995-
996995
| Status | Description |
997-
| ---------------------------- | ------------------------------------------------------------------------------------------------------ |
996+
| ---------------------------- | ----------------------------------------------------------------- |
998997
| `live` | The domain is reachable and serving content normally. |
999998
| `dns_error` | The domain is missing, expired, or DNS is misconfigured. |
1000999
| `network_error` | The domain is offline, blocked, or unreachable. |
10011000
| `http_error` | The domain is reachable but the web application had a problem or denied the request. |
10021001
| `parked` | The domain is live and is in a parked state. |
10031002
| `pre_development` | The domain is live and is in a pre-development state. |
1004-
10051003
[Learn more about the email domain visit status on our Knowledge Base.](https://support.maxmind.com/knowledge-base/minfraud-domain-risk-data#domain-visit)
10061004
{{</minfraud-schema-row>}}
10071005

@@ -1239,24 +1237,20 @@ then this object will not be present in the response.
12391237

12401238
{{< minfraud-schema-row key="action" type="response" valueType="string" valueTypeNote="format: enum" score="true" insights="true" factors="true" >}}
12411239
This describes how the request was handled. The valid values are:
1242-
12431240
| Action | Explanation |
12441241
| -------------- | -------------------------------------------------------------------------------------- |
12451242
| `accept` | This is the default value that is used if none of your custom rules match the request. |
12461243
| `reject` | |
12471244
| `manual_review` | |
12481245
| `test` | This value can be used to test custom rules. |
12491246
{{</minfraud-schema-row>}}
1250-
12511247
{{< minfraud-schema-row key="reason" type="response" valueType="string" valueTypeNote="format: enum" score="true" insights="true" factors="true" >}}
12521248
This describes why the `action` was set to a particular value. The valid values are:
1253-
12541249
| Reason | Explanation |
12551250
| ------------ | --------------------------------------------- |
12561251
| `default` | No custom rules matched the request. |
12571252
| `custom_rule` | A custom rule was applied and set the action. |
12581253
{{</minfraud-schema-row>}}
1259-
12601254
{{< minfraud-schema-row key="rule_label" type="response" valueType="string" score="true" insights="true" factors="true" >}}
12611255
The custom rule that was triggered. If you do not have custom rules set up, the triggered custom rule does not have a label, or no custom rule was triggered, the field will not be included in the response.
12621256
{{</minfraud-schema-row>}}

0 commit comments

Comments
 (0)