RiskResponse
Response to the Risk Request.
RiskRequest API Reference: Interactive request/response specification
RiskRequest Code Recipe: Pseudocode resource with code snippets
Name | Description | Type | Length | Required |
---|---|---|---|---|
ProcessorId | Echoed from Risk Request. | String | Up to 24 characters | Required |
IssuerId | Echoed from Risk Request. | String | Up to 24 characters | Required |
TransactionId | Echoed from Risk Request. | String | Up to 36 characters | Required |
Status | Status of Risk Request. Possible values: | String | Enum | Required |
TransStatusReason | Provides information on why the Transaction Status field has the specified value. Transaction Status Reason Values | String | 2 characters | Optional |
Language | Language to display the instructions and prompt to the cardholder. This value will decide which template is loaded, provided the language template is available. If not provided, the language is selected based on Issuer configuration and browser preference. Examples: | String | Up to 50 characters | Optional |
RiskIndicator | If returned, this value will be used in the creation of certain Authentication Values (AV) for EMV 3DS. The value passed must conform to the current AV value the Issuer is using. This may also depend on the card brand of the transaction. For example, CAVV and IAV accept different values. Note: This value will be converted to the hexadecimal equivalent. Please see the “VCAS Enhanced AV Support Guide” for more details on current AVs available and the corresponding values. | String | Up to 3 characters | Optional |
RiskScore | Risk Score or value as determined by the client or VCAS Risk Engine. | String | 2 characters | Optional |
ExemptionResponse | Object containing any information related to the evaluation of the ExemptionInfo on the RiskRequest. RiskResponse.ExemptionResponse (Object) | Object | NA | Optional |
Reason | An object that can be used for sending a status code and description. RiskResponse.Reason (Object) | Object | NA | Optional |
Error | An object that can be used to convey an error message on the response. RiskResponse.Error (Object) | Object | NA | Optional |
Updated 7 months ago