Sha256: 11e3d1c397f79f9329d35e8c5c73face263ee683d17728de1b3cc1aab6367d51

Contents?: true

Size: 1.68 KB

Versions: 3

Compression:

Stored size: 1.68 KB

Contents

# OpenapiClient::Secure3D21AuthenticationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**term_url** | **String** | The result of the authentication will be sent to this URL. If not provided, a term URL will be dynamically generated. | [optional] 
**method_notification_url** | **String** | The 3DS method iframe and transaction ID will be sent here. | [optional] 
**challenge_indicator** | **String** | Indicates whether or not a challenge should be performed. 01 = No preference (You have no preference whether a challenge should be performed. This is the default value) 02 = No challenge requested (You prefer that no challenge should be performed) 03 = Challenge requested: 3DS Requestor Preference (You prefer that a challenge should be performed) 04 = Challenge requested: Mandate (There are local or regional mandates that mean that a challenge must be performed)  | [optional] [default to '01']
**challenge_window_size** | **String** | Defines the size of the challenge window displayed to customers during authentication. 01 = 250 x 400 02 = 390 x 400 03 = 500 x 600 04 = 600 x 400 05 = Full screen  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3D21AuthenticationRequest.new(term_url: https://www.mywebshop.com/process3dSecure,
                                 method_notification_url: https://www.mywebshop.com/process3dSecureMethodNotification?transactionReferenceNumber=ffffffff-ba0b-539f-8000-016b2343ad7e,
                                 challenge_indicator: 01,
                                 challenge_window_size: 01)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.7.1 docs/Secure3D21AuthenticationRequest.md
first_data_gateway-1.7.0 docs/Secure3D21AuthenticationRequest.md
first_data_gateway-1.6.0 docs/Secure3D21AuthenticationRequest.md