Sha256: a925546782249f2ab058a8f0511de807a90a50072a71701635c063e8b889e7dc
Contents?: true
Size: 1.83 KB
Versions: 5
Compression:
Stored size: 1.83 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. Note this must be a valid URL (special characters should be URL-encoded). | [optional] **method_notification_url** | **String** | The 3DS method iframe and transaction ID will be sent here. Note this must be a valid URL (special characters should be URL-encoded). | [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
5 entries across 5 versions & 1 rubygems