Skip to content

Commit 977d185

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
more fixes...
1 parent b72dd3f commit 977d185

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

content/minfraud/api-documentation/requests.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,10 @@ transaction.
277277
{{</minfraud-schema-row>}}
278278

279279
{{< minfraud-schema-row key="type" type="request" valueType="string" valueTypeNote="format: enum" >}}
280+
280281
The type of event being scored. The valid types are:
281-
| Transaction type | Description |
282+
283+
| Transaction type | Description |
282284
| ---------------------------- | ------------------------------------------------------------------- |
283285
| `account_creation` | The transactor is attempting to create an account in your system. |
284286
| `account_login` | The transactor is attempting to log in to an account in your system. |
@@ -292,9 +294,11 @@ transaction.
292294
| `referral` | The transactor is sending you referral traffic, for example referring someone to an e-commerce site with an ad. |
293295
| `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. |
294296
| `survey` | The transactor is attempting to begin or complete a survey. |
297+
298+
295299
[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)
296-
{{</minfraud-schema-row>}}
297300

301+
{{</minfraud-schema-row>}}
298302
{{< minfraud-schema-row key="party" type="request" valueType="string" valueTypeNote="format: enum" >}}
299303
The party submitting this transaction. The valid values are:
300304

@@ -545,9 +549,11 @@ process that was used for the event.
545549

546550
{{< schema-table key="payment" >}}
547551
{{< minfraud-schema-row key="method" type="request" valueType="string" valueTypeNote="format: enum" >}}
552+
548553
The payment method associated with the transaction. The valid values are:
549-
| Payment method | Description |
550-
| ---------------------------- | ---------------- -------------------------------------------------- |
554+
555+
| Payment method | Description |
556+
| ---------------------------- | ------------------------------------------------------------------ |
551557
| `bank_debit` | A direct debit of the customer's bank account. |
552558
| `bank_redirect` | The customer authorizes payment after authentication via their bank. |
553559
| `bank_transfer` | The customer pushes funds directly from their bank account. |
@@ -558,7 +564,8 @@ process that was used for the event.
558564
| `gift_card` | Payment via a merchant sponsored gift card. |
559565
| `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.). |
560566
| `rewards` | Payment via rewards or loyalty program incentives. |
561-
567+
568+
562569
[Learn more about event and account inputs on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/event-and-account-inputs-minfraud)
563570

564571
{{</minfraud-schema-row>}}

0 commit comments

Comments
 (0)