screenAccountWithResponse

@Deprecated(message = "Use execute method instead", replaceWith = @ReplaceWith(imports = {}, expression = "execute(operation: ScreenAccountOperation)"))
public final <Error class: unknown class><AccountScreenResponse> screenAccountWithResponse(AccountScreenRequest accountScreenRequest)

Deprecated

Use execute method instead

Replace with

execute(operation: ScreenAccountOperation)

Run fraud screening for one transaction The Account Screen API gives a Fraud recommendation for an account transaction. A recommendation can be ACCEPT, CHALLENGE, or REJECT. A transaction is marked as CHALLENGE whenever there are insufficient signals to recommend ACCEPT or REJECT. These CHALLENGE incidents are manually reviewed, and a corrected recommendation is made asynchronously.

Return

a Response object with a body of type AccountScreenResponse

Parameters

accountScreenRequest

Throws