increase 1.233.0 → 1.235.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,24 +118,252 @@ module Increase
118
118
 
119
119
  # @see Increase::Models::RealTimeDecision#card_authentication
120
120
  class CardAuthentication < Increase::Internal::Type::BaseModel
121
+ # @!attribute access_control_server_transaction_id
122
+ # A unique identifier assigned by the Access Control Server (us) for this
123
+ # transaction.
124
+ #
125
+ # @return [String]
126
+ required :access_control_server_transaction_id, String
127
+
121
128
  # @!attribute account_id
122
129
  # The identifier of the Account the card belongs to.
123
130
  #
124
131
  # @return [String]
125
132
  required :account_id, String
126
133
 
134
+ # @!attribute billing_address_city
135
+ # The city of the cardholder billing address associated with the card used for
136
+ # this purchase.
137
+ #
138
+ # @return [String, nil]
139
+ required :billing_address_city, String, nil?: true
140
+
141
+ # @!attribute billing_address_country
142
+ # The country of the cardholder billing address associated with the card used for
143
+ # this purchase.
144
+ #
145
+ # @return [String, nil]
146
+ required :billing_address_country, String, nil?: true
147
+
148
+ # @!attribute billing_address_line1
149
+ # The first line of the cardholder billing address associated with the card used
150
+ # for this purchase.
151
+ #
152
+ # @return [String, nil]
153
+ required :billing_address_line1, String, nil?: true
154
+
155
+ # @!attribute billing_address_line2
156
+ # The second line of the cardholder billing address associated with the card used
157
+ # for this purchase.
158
+ #
159
+ # @return [String, nil]
160
+ required :billing_address_line2, String, nil?: true
161
+
162
+ # @!attribute billing_address_line3
163
+ # The third line of the cardholder billing address associated with the card used
164
+ # for this purchase.
165
+ #
166
+ # @return [String, nil]
167
+ required :billing_address_line3, String, nil?: true
168
+
169
+ # @!attribute billing_address_postal_code
170
+ # The postal code of the cardholder billing address associated with the card used
171
+ # for this purchase.
172
+ #
173
+ # @return [String, nil]
174
+ required :billing_address_postal_code, String, nil?: true
175
+
176
+ # @!attribute billing_address_state
177
+ # The US state of the cardholder billing address associated with the card used for
178
+ # this purchase.
179
+ #
180
+ # @return [String, nil]
181
+ required :billing_address_state, String, nil?: true
182
+
127
183
  # @!attribute card_id
128
- # The identifier of the Card that is being tokenized.
184
+ # The identifier of the Card.
129
185
  #
130
186
  # @return [String]
131
187
  required :card_id, String
132
188
 
189
+ # @!attribute cardholder_email
190
+ # The email address of the cardholder.
191
+ #
192
+ # @return [String, nil]
193
+ required :cardholder_email, String, nil?: true
194
+
195
+ # @!attribute cardholder_name
196
+ # The name of the cardholder.
197
+ #
198
+ # @return [String, nil]
199
+ required :cardholder_name, String, nil?: true
200
+
201
+ # @!attribute category
202
+ # The category of the card authentication attempt.
203
+ #
204
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::Category, nil]
205
+ required :category, enum: -> { Increase::RealTimeDecision::CardAuthentication::Category }, nil?: true
206
+
133
207
  # @!attribute decision
134
208
  # Whether or not the authentication attempt was approved.
135
209
  #
136
210
  # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::Decision, nil]
137
211
  required :decision, enum: -> { Increase::RealTimeDecision::CardAuthentication::Decision }, nil?: true
138
212
 
213
+ # @!attribute device_channel
214
+ # The device channel of the card authentication attempt.
215
+ #
216
+ # @return [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel]
217
+ required :device_channel, -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel }
218
+
219
+ # @!attribute directory_server_transaction_id
220
+ # A unique identifier assigned by the Directory Server (the card network) for this
221
+ # transaction.
222
+ #
223
+ # @return [String]
224
+ required :directory_server_transaction_id, String
225
+
226
+ # @!attribute merchant_acceptor_id
227
+ # The merchant identifier (commonly abbreviated as MID) of the merchant the card
228
+ # is transacting with.
229
+ #
230
+ # @return [String]
231
+ required :merchant_acceptor_id, String
232
+
233
+ # @!attribute merchant_category_code
234
+ # The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
235
+ # card is transacting with.
236
+ #
237
+ # @return [String]
238
+ required :merchant_category_code, String
239
+
240
+ # @!attribute merchant_country
241
+ # The country the merchant resides in.
242
+ #
243
+ # @return [String]
244
+ required :merchant_country, String
245
+
246
+ # @!attribute merchant_name
247
+ # The name of the merchant.
248
+ #
249
+ # @return [String]
250
+ required :merchant_name, String
251
+
252
+ # @!attribute prior_card_authentication_id
253
+ # The ID of a prior Card Authentication that the requestor used to authenticate
254
+ # this cardholder for a previous transaction.
255
+ #
256
+ # @return [String, nil]
257
+ required :prior_card_authentication_id, String, nil?: true
258
+
259
+ # @!attribute purchase_amount
260
+ # The purchase amount in minor units.
261
+ #
262
+ # @return [Integer, nil]
263
+ required :purchase_amount, Integer, nil?: true
264
+
265
+ # @!attribute purchase_amount_cardholder_estimated
266
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
267
+ # daily conversion rates from the card network.
268
+ #
269
+ # @return [Integer, nil]
270
+ required :purchase_amount_cardholder_estimated, Integer, nil?: true
271
+
272
+ # @!attribute purchase_currency
273
+ # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
274
+ # authentication attempt's purchase currency.
275
+ #
276
+ # @return [String, nil]
277
+ required :purchase_currency, String, nil?: true
278
+
279
+ # @!attribute requestor_authentication_indicator
280
+ # The 3DS requestor authentication indicator describes why the authentication
281
+ # attempt is performed, such as for a recurring transaction.
282
+ #
283
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::RequestorAuthenticationIndicator, nil]
284
+ required :requestor_authentication_indicator,
285
+ enum: -> {
286
+ Increase::RealTimeDecision::CardAuthentication::RequestorAuthenticationIndicator
287
+ },
288
+ nil?: true
289
+
290
+ # @!attribute requestor_challenge_indicator
291
+ # Indicates whether a challenge is requested for this transaction.
292
+ #
293
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::RequestorChallengeIndicator, nil]
294
+ required :requestor_challenge_indicator,
295
+ enum: -> { Increase::RealTimeDecision::CardAuthentication::RequestorChallengeIndicator },
296
+ nil?: true
297
+
298
+ # @!attribute requestor_name
299
+ # The name of the 3DS requestor.
300
+ #
301
+ # @return [String]
302
+ required :requestor_name, String
303
+
304
+ # @!attribute requestor_url
305
+ # The URL of the 3DS requestor.
306
+ #
307
+ # @return [String]
308
+ required :requestor_url, String
309
+
310
+ # @!attribute shipping_address_city
311
+ # The city of the shipping address associated with this purchase.
312
+ #
313
+ # @return [String, nil]
314
+ required :shipping_address_city, String, nil?: true
315
+
316
+ # @!attribute shipping_address_country
317
+ # The country of the shipping address associated with this purchase.
318
+ #
319
+ # @return [String, nil]
320
+ required :shipping_address_country, String, nil?: true
321
+
322
+ # @!attribute shipping_address_line1
323
+ # The first line of the shipping address associated with this purchase.
324
+ #
325
+ # @return [String, nil]
326
+ required :shipping_address_line1, String, nil?: true
327
+
328
+ # @!attribute shipping_address_line2
329
+ # The second line of the shipping address associated with this purchase.
330
+ #
331
+ # @return [String, nil]
332
+ required :shipping_address_line2, String, nil?: true
333
+
334
+ # @!attribute shipping_address_line3
335
+ # The third line of the shipping address associated with this purchase.
336
+ #
337
+ # @return [String, nil]
338
+ required :shipping_address_line3, String, nil?: true
339
+
340
+ # @!attribute shipping_address_postal_code
341
+ # The postal code of the shipping address associated with this purchase.
342
+ #
343
+ # @return [String, nil]
344
+ required :shipping_address_postal_code, String, nil?: true
345
+
346
+ # @!attribute shipping_address_state
347
+ # The US state of the shipping address associated with this purchase.
348
+ #
349
+ # @return [String, nil]
350
+ required :shipping_address_state, String, nil?: true
351
+
352
+ # @!attribute three_d_secure_server_transaction_id
353
+ # A unique identifier assigned by the 3DS Server initiating the authentication
354
+ # attempt for this transaction.
355
+ #
356
+ # @return [String]
357
+ required :three_d_secure_server_transaction_id, String
358
+
359
+ # @!attribute transaction_type
360
+ # The type of transaction being authenticated.
361
+ #
362
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::TransactionType, nil]
363
+ required :transaction_type,
364
+ enum: -> { Increase::RealTimeDecision::CardAuthentication::TransactionType },
365
+ nil?: true
366
+
139
367
  # @!attribute upcoming_card_payment_id
140
368
  # The identifier of the Card Payment this authentication attempt will belong to.
141
369
  # Available in the API once the card authentication has completed.
@@ -143,20 +371,104 @@ module Increase
143
371
  # @return [String]
144
372
  required :upcoming_card_payment_id, String
145
373
 
146
- # @!method initialize(account_id:, card_id:, decision:, upcoming_card_payment_id:)
374
+ # @!method initialize(access_control_server_transaction_id:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, category:, decision:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_amount_cardholder_estimated:, purchase_currency:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_id:, transaction_type:, upcoming_card_payment_id:)
147
375
  # Some parameter documentations has been truncated, see
148
376
  # {Increase::Models::RealTimeDecision::CardAuthentication} for more details.
149
377
  #
150
378
  # Fields related to a 3DS authentication attempt.
151
379
  #
380
+ # @param access_control_server_transaction_id [String] A unique identifier assigned by the Access Control Server (us) for this transact
381
+ #
152
382
  # @param account_id [String] The identifier of the Account the card belongs to.
153
383
  #
154
- # @param card_id [String] The identifier of the Card that is being tokenized.
384
+ # @param billing_address_city [String, nil] The city of the cardholder billing address associated with the card used for thi
385
+ #
386
+ # @param billing_address_country [String, nil] The country of the cardholder billing address associated with the card used for
387
+ #
388
+ # @param billing_address_line1 [String, nil] The first line of the cardholder billing address associated with the card used f
389
+ #
390
+ # @param billing_address_line2 [String, nil] The second line of the cardholder billing address associated with the card used
391
+ #
392
+ # @param billing_address_line3 [String, nil] The third line of the cardholder billing address associated with the card used f
393
+ #
394
+ # @param billing_address_postal_code [String, nil] The postal code of the cardholder billing address associated with the card used
395
+ #
396
+ # @param billing_address_state [String, nil] The US state of the cardholder billing address associated with the card used for
397
+ #
398
+ # @param card_id [String] The identifier of the Card.
399
+ #
400
+ # @param cardholder_email [String, nil] The email address of the cardholder.
401
+ #
402
+ # @param cardholder_name [String, nil] The name of the cardholder.
403
+ #
404
+ # @param category [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::Category, nil] The category of the card authentication attempt.
155
405
  #
156
406
  # @param decision [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::Decision, nil] Whether or not the authentication attempt was approved.
157
407
  #
408
+ # @param device_channel [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel] The device channel of the card authentication attempt.
409
+ #
410
+ # @param directory_server_transaction_id [String] A unique identifier assigned by the Directory Server (the card network) for this
411
+ #
412
+ # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
413
+ #
414
+ # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
415
+ #
416
+ # @param merchant_country [String] The country the merchant resides in.
417
+ #
418
+ # @param merchant_name [String] The name of the merchant.
419
+ #
420
+ # @param prior_card_authentication_id [String, nil] The ID of a prior Card Authentication that the requestor used to authenticate th
421
+ #
422
+ # @param purchase_amount [Integer, nil] The purchase amount in minor units.
423
+ #
424
+ # @param purchase_amount_cardholder_estimated [Integer, nil] The purchase amount in the cardholder's currency (i.e., USD) estimated using dai
425
+ #
426
+ # @param purchase_currency [String, nil] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the authenticati
427
+ #
428
+ # @param requestor_authentication_indicator [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::RequestorAuthenticationIndicator, nil] The 3DS requestor authentication indicator describes why the authentication atte
429
+ #
430
+ # @param requestor_challenge_indicator [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::RequestorChallengeIndicator, nil] Indicates whether a challenge is requested for this transaction.
431
+ #
432
+ # @param requestor_name [String] The name of the 3DS requestor.
433
+ #
434
+ # @param requestor_url [String] The URL of the 3DS requestor.
435
+ #
436
+ # @param shipping_address_city [String, nil] The city of the shipping address associated with this purchase.
437
+ #
438
+ # @param shipping_address_country [String, nil] The country of the shipping address associated with this purchase.
439
+ #
440
+ # @param shipping_address_line1 [String, nil] The first line of the shipping address associated with this purchase.
441
+ #
442
+ # @param shipping_address_line2 [String, nil] The second line of the shipping address associated with this purchase.
443
+ #
444
+ # @param shipping_address_line3 [String, nil] The third line of the shipping address associated with this purchase.
445
+ #
446
+ # @param shipping_address_postal_code [String, nil] The postal code of the shipping address associated with this purchase.
447
+ #
448
+ # @param shipping_address_state [String, nil] The US state of the shipping address associated with this purchase.
449
+ #
450
+ # @param three_d_secure_server_transaction_id [String] A unique identifier assigned by the 3DS Server initiating the authentication att
451
+ #
452
+ # @param transaction_type [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::TransactionType, nil] The type of transaction being authenticated.
453
+ #
158
454
  # @param upcoming_card_payment_id [String] The identifier of the Card Payment this authentication attempt will belong to. A
159
455
 
456
+ # The category of the card authentication attempt.
457
+ #
458
+ # @see Increase::Models::RealTimeDecision::CardAuthentication#category
459
+ module Category
460
+ extend Increase::Internal::Type::Enum
461
+
462
+ # The authentication attempt is for a payment.
463
+ PAYMENT_AUTHENTICATION = :payment_authentication
464
+
465
+ # The authentication attempt is not for a payment.
466
+ NON_PAYMENT_AUTHENTICATION = :non_payment_authentication
467
+
468
+ # @!method self.values
469
+ # @return [Array<Symbol>]
470
+ end
471
+
160
472
  # Whether or not the authentication attempt was approved.
161
473
  #
162
474
  # @see Increase::Models::RealTimeDecision::CardAuthentication#decision
@@ -175,6 +487,305 @@ module Increase
175
487
  # @!method self.values
176
488
  # @return [Array<Symbol>]
177
489
  end
490
+
491
+ # @see Increase::Models::RealTimeDecision::CardAuthentication#device_channel
492
+ class DeviceChannel < Increase::Internal::Type::BaseModel
493
+ # @!attribute browser
494
+ # Fields specific to the browser device channel.
495
+ #
496
+ # @return [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser, nil]
497
+ required :browser,
498
+ -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::Browser },
499
+ nil?: true
500
+
501
+ # @!attribute category
502
+ # The category of the device channel.
503
+ #
504
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Category]
505
+ required :category, enum: -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::Category }
506
+
507
+ # @!attribute merchant_initiated
508
+ # Fields specific to merchant initiated transactions.
509
+ #
510
+ # @return [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated, nil]
511
+ required :merchant_initiated,
512
+ -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated },
513
+ nil?: true
514
+
515
+ # @!method initialize(browser:, category:, merchant_initiated:)
516
+ # The device channel of the card authentication attempt.
517
+ #
518
+ # @param browser [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser, nil] Fields specific to the browser device channel.
519
+ #
520
+ # @param category [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Category] The category of the device channel.
521
+ #
522
+ # @param merchant_initiated [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated, nil] Fields specific to merchant initiated transactions.
523
+
524
+ # @see Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel#browser
525
+ class Browser < Increase::Internal::Type::BaseModel
526
+ # @!attribute accept_header
527
+ # The accept header from the cardholder's browser.
528
+ #
529
+ # @return [String, nil]
530
+ required :accept_header, String, nil?: true
531
+
532
+ # @!attribute ip_address
533
+ # The IP address of the cardholder's browser.
534
+ #
535
+ # @return [String, nil]
536
+ required :ip_address, String, nil?: true
537
+
538
+ # @!attribute javascript_enabled
539
+ # Whether JavaScript is enabled in the cardholder's browser.
540
+ #
541
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser::JavascriptEnabled, nil]
542
+ required :javascript_enabled,
543
+ enum: -> {
544
+ Increase::RealTimeDecision::CardAuthentication::DeviceChannel::Browser::JavascriptEnabled
545
+ },
546
+ nil?: true
547
+
548
+ # @!attribute language
549
+ # The language of the cardholder's browser.
550
+ #
551
+ # @return [String, nil]
552
+ required :language, String, nil?: true
553
+
554
+ # @!attribute user_agent
555
+ # The user agent of the cardholder's browser.
556
+ #
557
+ # @return [String, nil]
558
+ required :user_agent, String, nil?: true
559
+
560
+ # @!method initialize(accept_header:, ip_address:, javascript_enabled:, language:, user_agent:)
561
+ # Fields specific to the browser device channel.
562
+ #
563
+ # @param accept_header [String, nil] The accept header from the cardholder's browser.
564
+ #
565
+ # @param ip_address [String, nil] The IP address of the cardholder's browser.
566
+ #
567
+ # @param javascript_enabled [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser::JavascriptEnabled, nil] Whether JavaScript is enabled in the cardholder's browser.
568
+ #
569
+ # @param language [String, nil] The language of the cardholder's browser.
570
+ #
571
+ # @param user_agent [String, nil] The user agent of the cardholder's browser.
572
+
573
+ # Whether JavaScript is enabled in the cardholder's browser.
574
+ #
575
+ # @see Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser#javascript_enabled
576
+ module JavascriptEnabled
577
+ extend Increase::Internal::Type::Enum
578
+
579
+ # JavaScript is enabled in the cardholder's browser.
580
+ ENABLED = :enabled
581
+
582
+ # JavaScript is not enabled in the cardholder's browser.
583
+ DISABLED = :disabled
584
+
585
+ # @!method self.values
586
+ # @return [Array<Symbol>]
587
+ end
588
+ end
589
+
590
+ # The category of the device channel.
591
+ #
592
+ # @see Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel#category
593
+ module Category
594
+ extend Increase::Internal::Type::Enum
595
+
596
+ # The authentication attempt was made from an app.
597
+ APP = :app
598
+
599
+ # The authentication attempt was made from a browser.
600
+ BROWSER = :browser
601
+
602
+ # The authentication attempt was initiated by the 3DS Requestor.
603
+ THREE_DS_REQUESTOR_INITIATED = :three_ds_requestor_initiated
604
+
605
+ # @!method self.values
606
+ # @return [Array<Symbol>]
607
+ end
608
+
609
+ # @see Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel#merchant_initiated
610
+ class MerchantInitiated < Increase::Internal::Type::BaseModel
611
+ # @!attribute indicator
612
+ # The merchant initiated indicator for the transaction.
613
+ #
614
+ # @return [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator]
615
+ required :indicator,
616
+ enum: -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator }
617
+
618
+ # @!method initialize(indicator:)
619
+ # Fields specific to merchant initiated transactions.
620
+ #
621
+ # @param indicator [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator] The merchant initiated indicator for the transaction.
622
+
623
+ # The merchant initiated indicator for the transaction.
624
+ #
625
+ # @see Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated#indicator
626
+ module Indicator
627
+ extend Increase::Internal::Type::Enum
628
+
629
+ # Recurring transaction.
630
+ RECURRING_TRANSACTION = :recurring_transaction
631
+
632
+ # Installment transaction.
633
+ INSTALLMENT_TRANSACTION = :installment_transaction
634
+
635
+ # Add card.
636
+ ADD_CARD = :add_card
637
+
638
+ # Maintain card information.
639
+ MAINTAIN_CARD_INFORMATION = :maintain_card_information
640
+
641
+ # Account verification.
642
+ ACCOUNT_VERIFICATION = :account_verification
643
+
644
+ # Split or delayed shipment.
645
+ SPLIT_DELAYED_SHIPMENT = :split_delayed_shipment
646
+
647
+ # Top up.
648
+ TOP_UP = :top_up
649
+
650
+ # Mail order.
651
+ MAIL_ORDER = :mail_order
652
+
653
+ # Telephone order.
654
+ TELEPHONE_ORDER = :telephone_order
655
+
656
+ # Whitelist status check.
657
+ WHITELIST_STATUS_CHECK = :whitelist_status_check
658
+
659
+ # Other payment.
660
+ OTHER_PAYMENT = :other_payment
661
+
662
+ # Billing agreement.
663
+ BILLING_AGREEMENT = :billing_agreement
664
+
665
+ # Device binding status check.
666
+ DEVICE_BINDING_STATUS_CHECK = :device_binding_status_check
667
+
668
+ # Card security code status check.
669
+ CARD_SECURITY_CODE_STATUS_CHECK = :card_security_code_status_check
670
+
671
+ # Delayed shipment.
672
+ DELAYED_SHIPMENT = :delayed_shipment
673
+
674
+ # Split payment.
675
+ SPLIT_PAYMENT = :split_payment
676
+
677
+ # FIDO credential deletion.
678
+ FIDO_CREDENTIAL_DELETION = :fido_credential_deletion
679
+
680
+ # FIDO credential registration.
681
+ FIDO_CREDENTIAL_REGISTRATION = :fido_credential_registration
682
+
683
+ # Decoupled authentication fallback.
684
+ DECOUPLED_AUTHENTICATION_FALLBACK = :decoupled_authentication_fallback
685
+
686
+ # @!method self.values
687
+ # @return [Array<Symbol>]
688
+ end
689
+ end
690
+ end
691
+
692
+ # The 3DS requestor authentication indicator describes why the authentication
693
+ # attempt is performed, such as for a recurring transaction.
694
+ #
695
+ # @see Increase::Models::RealTimeDecision::CardAuthentication#requestor_authentication_indicator
696
+ module RequestorAuthenticationIndicator
697
+ extend Increase::Internal::Type::Enum
698
+
699
+ # The authentication is for a payment transaction.
700
+ PAYMENT_TRANSACTION = :payment_transaction
701
+
702
+ # The authentication is for a recurring transaction.
703
+ RECURRING_TRANSACTION = :recurring_transaction
704
+
705
+ # The authentication is for an installment transaction.
706
+ INSTALLMENT_TRANSACTION = :installment_transaction
707
+
708
+ # The authentication is for adding a card.
709
+ ADD_CARD = :add_card
710
+
711
+ # The authentication is for maintaining a card.
712
+ MAINTAIN_CARD = :maintain_card
713
+
714
+ # The authentication is for EMV token cardholder verification.
715
+ EMV_TOKEN_CARDHOLDER_VERIFICATION = :emv_token_cardholder_verification
716
+
717
+ # The authentication is for a billing agreement.
718
+ BILLING_AGREEMENT = :billing_agreement
719
+
720
+ # @!method self.values
721
+ # @return [Array<Symbol>]
722
+ end
723
+
724
+ # Indicates whether a challenge is requested for this transaction.
725
+ #
726
+ # @see Increase::Models::RealTimeDecision::CardAuthentication#requestor_challenge_indicator
727
+ module RequestorChallengeIndicator
728
+ extend Increase::Internal::Type::Enum
729
+
730
+ # No preference.
731
+ NO_PREFERENCE = :no_preference
732
+
733
+ # No challenge requested.
734
+ NO_CHALLENGE_REQUESTED = :no_challenge_requested
735
+
736
+ # Challenge requested, 3DS Requestor preference.
737
+ CHALLENGE_REQUESTED_3DS_REQUESTOR_PREFERENCE = :challenge_requested_3ds_requestor_preference
738
+
739
+ # Challenge requested, mandate.
740
+ CHALLENGE_REQUESTED_MANDATE = :challenge_requested_mandate
741
+
742
+ # No challenge requested, transactional risk analysis already performed.
743
+ NO_CHALLENGE_REQUESTED_TRANSACTIONAL_RISK_ANALYSIS_ALREADY_PERFORMED =
744
+ :no_challenge_requested_transactional_risk_analysis_already_performed
745
+
746
+ # No challenge requested, data share only.
747
+ NO_CHALLENGE_REQUESTED_DATA_SHARE_ONLY = :no_challenge_requested_data_share_only
748
+
749
+ # No challenge requested, strong consumer authentication already performed.
750
+ NO_CHALLENGE_REQUESTED_STRONG_CONSUMER_AUTHENTICATION_ALREADY_PERFORMED =
751
+ :no_challenge_requested_strong_consumer_authentication_already_performed
752
+
753
+ # No challenge requested, utilize whitelist exemption if no challenge required.
754
+ NO_CHALLENGE_REQUESTED_UTILIZE_WHITELIST_EXEMPTION_IF_NO_CHALLENGE_REQUIRED =
755
+ :no_challenge_requested_utilize_whitelist_exemption_if_no_challenge_required
756
+
757
+ # Challenge requested, whitelist prompt requested if challenge required.
758
+ CHALLENGE_REQUESTED_WHITELIST_PROMPT_REQUESTED_IF_CHALLENGE_REQUIRED =
759
+ :challenge_requested_whitelist_prompt_requested_if_challenge_required
760
+
761
+ # @!method self.values
762
+ # @return [Array<Symbol>]
763
+ end
764
+
765
+ # The type of transaction being authenticated.
766
+ #
767
+ # @see Increase::Models::RealTimeDecision::CardAuthentication#transaction_type
768
+ module TransactionType
769
+ extend Increase::Internal::Type::Enum
770
+
771
+ # Purchase of goods or services.
772
+ GOODS_SERVICE_PURCHASE = :goods_service_purchase
773
+
774
+ # Check acceptance.
775
+ CHECK_ACCEPTANCE = :check_acceptance
776
+
777
+ # Account funding.
778
+ ACCOUNT_FUNDING = :account_funding
779
+
780
+ # Quasi-cash transaction.
781
+ QUASI_CASH_TRANSACTION = :quasi_cash_transaction
782
+
783
+ # Prepaid activation and load.
784
+ PREPAID_ACTIVATION_AND_LOAD = :prepaid_activation_and_load
785
+
786
+ # @!method self.values
787
+ # @return [Array<Symbol>]
788
+ end
178
789
  end
179
790
 
180
791
  # @see Increase::Models::RealTimeDecision#card_authentication_challenge
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.233.0"
4
+ VERSION = "1.235.0"
5
5
  end