File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Report Transaction web service is called with the ``report()`` method:
8989 The method takes a dictionary representing the report to be sent to the web
9090service. The structure of this dictionary should be in `the format specified
9191in the REST API documentation
92- <https://dev.maxmind.com/minfraud/api-documentation/requests ?lang=en> `__. The
92+ <https://dev.maxmind.com/minfraud/report-a-transaction ?lang=en> `__. The
9393``ip_address `` and ``tag `` fields are required. All other fields are optional.
9494
9595Request Validation (for all request methods)
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ async def factors(
243243 """Query Factors endpoint with transaction data.
244244
245245 :param transaction: A dictionary containing the transaction to be
246- sent to the minFraud Insights web service as specified in the `REST
246+ sent to the minFraud Factors web service as specified in the `REST
247247 API documentation
248248 <https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en>`_.
249249 :type transaction: dict
@@ -487,9 +487,9 @@ def factors(
487487 """Query Factors endpoint with transaction data.
488488
489489 :param transaction: A dictionary containing the transaction to be
490- sent to the minFraud Insights web service as specified in the `REST
490+ sent to the minFraud Factors web service as specified in the `REST
491491 API documentation
492- <https://dev.maxmind.com/minfraud/report-a-transaction ?lang=en>`_.
492+ <https://dev.maxmind.com/minfraud/api-documentation/requests ?lang=en>`_.
493493 :type transaction: dict
494494 :param validate: If set to false, validation of the transaction
495495 dictionary will be disabled. This validation helps ensure that your
You can’t perform that action at this time.
0 commit comments