screenOrderPurchase

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: ScreenOrderPurchaseOperation)"))
public final OrderPurchaseScreenResponse screenOrderPurchase(OrderPurchaseScreenRequest orderPurchaseScreenRequest)

Deprecated

Use execute method instead

Replace with

execute(operation: ScreenOrderPurchaseOperation)

Run fraud screening for one transaction The Order Purchase API gives a Fraud recommendation for a transaction. A recommendation can be Accept, Reject, or Review. A transaction is marked as Review whenever there are insufficient signals to recommend Accept or Reject. These incidents are manually reviewed, and a corrected recommendation is made asynchronously.

Return

OrderPurchaseScreenResponse

Parameters

orderPurchaseScreenRequest

Throws