Sha256: 121cf7e0d09786cbce438d261ba2953f62bf4d613729a369672e11c089667289

Contents?: true

Size: 1.6 KB

Versions: 3

Compression:

Stored size: 1.6 KB

Contents

# OpenapiClient::Secure3DAuthenticationResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cavv** | **String** | The Cardholder Authentication Verification Value (CAVV) is a cryptographic value derived by the issuer during payment authentication that can provide evidence of the results of payment authentication during an online purchase. | [optional] 
**xid** | **String** | The transaction identifier (XID) is a unique tracking number set by the merchant. | [optional] 
**ds_transaction_id** | **String** | The response transaction UUID from the DS (directory server) | [optional] 
**authentication_response** | **String** | The result of authentication attempt returned by the 3D Secure authentication process (ARes). | [optional] 
**transaction_status** | **String** | The transaction status as returned by the 3D Secure authentication process. (CRes) | [optional] 
**message_category** | **String** | Indicates the message category of 3d secure authentication version 2.X. 01 = Payment Authentication 02 = Non-Payment Authentication 80 = Mastercard Data Only  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3DAuthenticationResult.new(cavv: AAABCZIhcQAAAABZlyFxAAAAAAA,
                                 xid: MfhxI43NrkuWQYLCoRWitYRDMYo,
                                 ds_transaction_id: f38e6948-5388-41a6-bca4-b49723c19437,
                                 authentication_response: A,
                                 transaction_status: A,
                                 message_category: 01)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Secure3DAuthenticationResult.md
first_data_gateway-1.13.0 docs/Secure3DAuthenticationResult.md
first_data_gateway-1.12.0 docs/Secure3DAuthenticationResult.md