Sha256: 1092811e357ffec4de471ac91d1e8615d0037511d626a85831c14827e4ab411f

Contents?: true

Size: 824 Bytes

Versions: 9

Compression:

Stored size: 824 Bytes

Contents

# OpenapiClient::Secure3D10AuthenticationUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payer_authentication_response** | **String** | A formatted message providing results of the issuer’s cardholder authentication. | 
**merchant_data** | **String** | Formatted string encoding transaction time, order ID, and return URL data. | 
**security_code** | **String** | Card security code if required by merchant. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3D10AuthenticationUpdateRequest.new(payer_authentication_response: eJzVWFm....9f/AhjgEcE=,
                                 merchant_data: MD__________30002019....85bcd02599,
                                 security_code: 123)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
first_data_gateway-1.12.0 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.11.0 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.10.0 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.9.0 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.8.1 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.8.0 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.7.1 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.7.0 docs/Secure3D10AuthenticationUpdateRequest.md
first_data_gateway-1.6.0 docs/Secure3D10AuthenticationUpdateRequest.md