Skip to content

Commit b72dd3f

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
further fixes are implemented
1 parent 6bc0c96 commit b72dd3f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

content/minfraud/api-documentation/requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,9 @@ process that was used for the event.
558558
| `gift_card` | Payment via a merchant sponsored gift card. |
559559
| `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.). |
560560
| `rewards` | Payment via rewards or loyalty program incentives. |
561+
561562
[Learn more about event and account inputs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/event-and-account-inputs-minfraud)
562563

563-
564-
565564
{{</minfraud-schema-row>}}
566565

567566
{{< minfraud-schema-row key="processor" type="request" valueType="string" valueTypeNote="format: enum" >}}

content/minfraud/api-documentation/responses.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ minFraud response.
10001000
| `http_error` | The domain is reachable but the web application had a problem or denied the request. |
10011001
| `parked` | The domain is live and is in a parked state. |
10021002
| `pre_development` | The domain is live and is in a pre-development state. |
1003+
10031004
[Learn more about the email domain visit status on our Knowledge Base.](https://support.maxmind.com/knowledge-base/minfraud-domain-risk-data#domain-visit)
10041005
{{</minfraud-schema-row>}}
10051006

@@ -1370,10 +1371,10 @@ this array for issues when integrating the web service.
13701371
{{< minfraud-schema-row key="code" type="response" valueType="string" valueTypeNote="max length: 255" score="true" insights="true" factors="true" >}}
13711372
This value is a machine-readable code identifying the warning. Although more codes may be added in the future, the current codes are:
13721373

1373-
| Code | Description |
1374-
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1375-
| `BILLING_CITY_NOT_FOUND` | The billing city could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1376-
| `BILLING_COUNTRY_MISSING` | Billing address information was provided without providing a billing country. This may impact our ability to provide accurate distance calculations. |
1374+
| Code | Description |
1375+
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------- |
1376+
| `BILLING_CITY_NOT_FOUND` | The billing city could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1377+
| `BILLING_COUNTRY_MISSING` | Billing address information was provided without providing a billing country. This may impact our ability to provide accurate distance calculations. |
13771378
| `BILLING_COUNTRY_NOT_FOUND` | The billing country could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13781379
| `BILLING_POSTAL_NOT_FOUND` | The billing postal could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13791380
| `BILLING_REGION_NOT_FOUND` | The billing region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
@@ -1390,7 +1391,6 @@ this array for issues when integrating the web service.
13901391
| `SHIPPING_REGION_NOT_FOUND` | The shipping region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13911392
{{</minfraud-schema-row>}}
13921393

1393-
13941394
{{< minfraud-schema-row key="warning" type="response" valueType="string" valueTypeNote="max length: 255" score="true" insights="true" factors="true" >}}
13951395
This field provides a human-readable explanation of the warning. The description may change at any time and should not be matched against.
13961396
{{</minfraud-schema-row>}}

0 commit comments

Comments
 (0)