Class ResultDoRiskAssessment
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class ResultDoRiskAssessment
Properties
Category
The Risk Services category with the following possible values:
- retaildecisionsCCFraudCheck - checks performed by Retail Decisions
- globalcollectBlacklistCheckCC - Checked against the blacklist on the GlobalCollect platform
- authorizationCheck - 0$ auth card account validation check
- ddFraudCheck - Check performed for German market via InterCard
- validationbankAccount - Bank account details are algorithmically checked if they could exist
- globalcollectBlacklistCheckDD - Checked against the blacklist on the GlobalCollect platform
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Risk service result with the following possible results:
- accepted - Based on the checks performed the transaction can be accepted
- challenged - Based on the checks performed the transaction should be manually reviewed
- denied - Based on the checks performed the transaction should be rejected
- no-advice - No fraud check was requested/performed
- error - The fraud check resulted in an error and the fraud check was thus not performed
Declaration
public string Result { get; set; }
Property Value
Type | Description |
---|---|
string |
RetaildecisionsCCFraudCheckOutput
Object containing the results of the fraud checks performed by Retail Decisions
Declaration
public RetailDecisionsCCFraudCheckOutput RetaildecisionsCCFraudCheckOutput { get; set; }
Property Value
Type | Description |
---|---|
RetailDecisionsCCFraudCheckOutput |
ValidationBankAccountOutput
Object containing the results of the fraud checks performed on the bank account data
Declaration
public ValidationBankAccountOutput ValidationBankAccountOutput { get; set; }
Property Value
Type | Description |
---|---|
ValidationBankAccountOutput |