increase 1.231.0 → 1.233.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58c7627a38937abda046072a88ffcc381eeb26bfba23b2c818c95c6f0087b5b9
4
- data.tar.gz: 8c96c7d9bc15223b24874ce73d078415e3bd33ab114ee9c9a5b3644ef8374135
3
+ metadata.gz: 64f79a751e0b3929ada9912ae0c3b2f2f7787f333e7ed7fc2cb6f7cd8f075ab6
4
+ data.tar.gz: 03a2ea6cc40a8234c826c4880982fa1ee7db23b3c832faadb6d620c3c1624f9e
5
5
  SHA512:
6
- metadata.gz: 5ac61d0f56eeec37239e9f59f5eab56a507999ba4307596f077f0d7cdfa0c1217b88d89f0f3f3362e528b8d995b08072de277f0eb3ad9b09a4fee04ff38ce880
7
- data.tar.gz: 9eb19a7fac468dee2c4362b7e39f8b40959feff8730933f0c0c08808f16f84bd6d6e9b69d746b4834ca7699bfbc25d908595710147798c5c52fd3c7d1f8dd9b3
6
+ metadata.gz: a7be92ef70c6a38f23272345a878e7c85350f7f1c11e81bb4b5a2c2596be7a939b65bfe01019c61d1f5392240b9747df1f4bf6eed97894c7c1d7bc040e2614a5
7
+ data.tar.gz: 0d518bbb1fd2d108d3f37a91f05f22313532e8b27622a225261a71a9b75ec6669edc24312b78faaf245ef445ca2afeeefe9d2fe6c2efbb7c559f2a29deba81b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.233.0 (2026-03-05)
4
+
5
+ Full Changelog: [v1.232.0...v1.233.0](https://github.com/Increase/increase-ruby/compare/v1.232.0...v1.233.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([b54bea1](https://github.com/Increase/increase-ruby/commit/b54bea11390a8b03669a6a332f153448e259d9c9))
10
+
11
+ ## 1.232.0 (2026-03-05)
12
+
13
+ Full Changelog: [v1.231.0...v1.232.0](https://github.com/Increase/increase-ruby/compare/v1.231.0...v1.232.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([65e0b8f](https://github.com/Increase/increase-ruby/commit/65e0b8f40881298c3d7f9de56d6d5c44450d7d42))
18
+
3
19
  ## 1.231.0 (2026-03-05)
4
20
 
5
21
  Full Changelog: [v1.230.0...v1.231.0](https://github.com/Increase/increase-ruby/compare/v1.230.0...v1.231.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.231.0"
18
+ gem "increase", "~> 1.233.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -318,6 +318,13 @@ module Increase
318
318
  # @return [String]
319
319
  required :id, String
320
320
 
321
+ # @!attribute access_control_server_transaction_id
322
+ # A unique identifier assigned by the Access Control Server (us) for this
323
+ # transaction.
324
+ #
325
+ # @return [String]
326
+ required :access_control_server_transaction_id, String
327
+
321
328
  # @!attribute billing_address_city
322
329
  # The city of the cardholder billing address associated with the card used for
323
330
  # this purchase.
@@ -432,6 +439,13 @@ module Increase
432
439
  # @return [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel]
433
440
  required :device_channel, -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel }
434
441
 
442
+ # @!attribute directory_server_transaction_id
443
+ # A unique identifier assigned by the Directory Server (the card network) for this
444
+ # transaction.
445
+ #
446
+ # @return [String]
447
+ required :directory_server_transaction_id, String
448
+
435
449
  # @!attribute merchant_acceptor_id
436
450
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
437
451
  # is transacting with.
@@ -518,12 +532,69 @@ module Increase
518
532
  # @return [String]
519
533
  required :requestor_url, String
520
534
 
535
+ # @!attribute shipping_address_city
536
+ # The city of the shipping address associated with this purchase.
537
+ #
538
+ # @return [String, nil]
539
+ required :shipping_address_city, String, nil?: true
540
+
541
+ # @!attribute shipping_address_country
542
+ # The country of the shipping address associated with this purchase.
543
+ #
544
+ # @return [String, nil]
545
+ required :shipping_address_country, String, nil?: true
546
+
547
+ # @!attribute shipping_address_line1
548
+ # The first line of the shipping address associated with this purchase.
549
+ #
550
+ # @return [String, nil]
551
+ required :shipping_address_line1, String, nil?: true
552
+
553
+ # @!attribute shipping_address_line2
554
+ # The second line of the shipping address associated with this purchase.
555
+ #
556
+ # @return [String, nil]
557
+ required :shipping_address_line2, String, nil?: true
558
+
559
+ # @!attribute shipping_address_line3
560
+ # The third line of the shipping address associated with this purchase.
561
+ #
562
+ # @return [String, nil]
563
+ required :shipping_address_line3, String, nil?: true
564
+
565
+ # @!attribute shipping_address_postal_code
566
+ # The postal code of the shipping address associated with this purchase.
567
+ #
568
+ # @return [String, nil]
569
+ required :shipping_address_postal_code, String, nil?: true
570
+
571
+ # @!attribute shipping_address_state
572
+ # The US state of the shipping address associated with this purchase.
573
+ #
574
+ # @return [String, nil]
575
+ required :shipping_address_state, String, nil?: true
576
+
521
577
  # @!attribute status
522
578
  # The status of the card authentication.
523
579
  #
524
580
  # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Status]
525
581
  required :status, enum: -> { Increase::CardPayment::Element::CardAuthentication::Status }
526
582
 
583
+ # @!attribute three_d_secure_server_transaction_id
584
+ # A unique identifier assigned by the 3DS Server initiating the authentication
585
+ # attempt for this transaction.
586
+ #
587
+ # @return [String]
588
+ required :three_d_secure_server_transaction_id, String
589
+
590
+ # @!attribute transaction_type
591
+ # The type of transaction being authenticated.
592
+ #
593
+ # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::TransactionType, nil]
594
+ required :transaction_type,
595
+ enum: -> { Increase::CardPayment::Element::CardAuthentication::TransactionType },
596
+ nil?: true
597
+
527
598
  # @!attribute type
528
599
  # A constant representing the object's type. For this resource it will always be
529
600
  # `card_authentication`.
@@ -531,7 +602,7 @@ module Increase
531
602
  # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type]
532
603
  required :type, enum: -> { Increase::CardPayment::Element::CardAuthentication::Type }
533
604
 
534
- # @!method initialize(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:, card_payment_id:, cardholder_email:, cardholder_name:, category:, challenge:, created_at:, deny_reason:, device_channel:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_currency:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, status:, type:)
605
+ # @!method initialize(id:, access_control_server_transaction_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:, card_payment_id:, cardholder_email:, cardholder_name:, category:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_currency:, real_time_decision_id:, 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:, status:, three_d_secure_server_transaction_id:, transaction_type:, type:)
535
606
  # Some parameter documentations has been truncated, see
536
607
  # {Increase::Models::CardPayment::Element::CardAuthentication} for more details.
537
608
  #
@@ -541,6 +612,8 @@ module Increase
541
612
  #
542
613
  # @param id [String] The Card Authentication identifier.
543
614
  #
615
+ # @param access_control_server_transaction_id [String] A unique identifier assigned by the Access Control Server (us) for this transact
616
+ #
544
617
  # @param billing_address_city [String, nil] The city of the cardholder billing address associated with the card used for thi
545
618
  #
546
619
  # @param billing_address_country [String, nil] The country of the cardholder billing address associated with the card used for
@@ -573,6 +646,8 @@ module Increase
573
646
  #
574
647
  # @param device_channel [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel] The device channel of the card authentication attempt.
575
648
  #
649
+ # @param directory_server_transaction_id [String] A unique identifier assigned by the Directory Server (the card network) for this
650
+ #
576
651
  # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
577
652
  #
578
653
  # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
@@ -597,8 +672,26 @@ module Increase
597
672
  #
598
673
  # @param requestor_url [String] The URL of the 3DS requestor.
599
674
  #
675
+ # @param shipping_address_city [String, nil] The city of the shipping address associated with this purchase.
676
+ #
677
+ # @param shipping_address_country [String, nil] The country of the shipping address associated with this purchase.
678
+ #
679
+ # @param shipping_address_line1 [String, nil] The first line of the shipping address associated with this purchase.
680
+ #
681
+ # @param shipping_address_line2 [String, nil] The second line of the shipping address associated with this purchase.
682
+ #
683
+ # @param shipping_address_line3 [String, nil] The third line of the shipping address associated with this purchase.
684
+ #
685
+ # @param shipping_address_postal_code [String, nil] The postal code of the shipping address associated with this purchase.
686
+ #
687
+ # @param shipping_address_state [String, nil] The US state of the shipping address associated with this purchase.
688
+ #
600
689
  # @param status [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Status] The status of the card authentication.
601
690
  #
691
+ # @param three_d_secure_server_transaction_id [String] A unique identifier assigned by the 3DS Server initiating the authentication att
692
+ #
693
+ # @param transaction_type [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::TransactionType, nil] The type of transaction being authenticated.
694
+ #
602
695
  # @param type [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type] A constant representing the object's type. For this resource it will always be `
603
696
 
604
697
  # The category of the card authentication attempt.
@@ -776,12 +869,24 @@ module Increase
776
869
  required :category,
777
870
  enum: -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel::Category }
778
871
 
779
- # @!method initialize(browser:, category:)
872
+ # @!attribute merchant_initiated
873
+ # Fields specific to merchant initiated transactions.
874
+ #
875
+ # @return [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated, nil]
876
+ required :merchant_initiated,
877
+ -> {
878
+ Increase::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated
879
+ },
880
+ nil?: true
881
+
882
+ # @!method initialize(browser:, category:, merchant_initiated:)
780
883
  # The device channel of the card authentication attempt.
781
884
  #
782
885
  # @param browser [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::Browser, nil] Fields specific to the browser device channel.
783
886
  #
784
887
  # @param category [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::Category] The category of the device channel.
888
+ #
889
+ # @param merchant_initiated [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated, nil] Fields specific to merchant initiated transactions.
785
890
 
786
891
  # @see Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel#browser
787
892
  class Browser < Increase::Internal::Type::BaseModel
@@ -867,6 +972,88 @@ module Increase
867
972
  # @!method self.values
868
973
  # @return [Array<Symbol>]
869
974
  end
975
+
976
+ # @see Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel#merchant_initiated
977
+ class MerchantInitiated < Increase::Internal::Type::BaseModel
978
+ # @!attribute indicator
979
+ # The merchant initiated indicator for the transaction.
980
+ #
981
+ # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator]
982
+ required :indicator,
983
+ enum: -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator }
984
+
985
+ # @!method initialize(indicator:)
986
+ # Fields specific to merchant initiated transactions.
987
+ #
988
+ # @param indicator [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator] The merchant initiated indicator for the transaction.
989
+
990
+ # The merchant initiated indicator for the transaction.
991
+ #
992
+ # @see Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::MerchantInitiated#indicator
993
+ module Indicator
994
+ extend Increase::Internal::Type::Enum
995
+
996
+ # Recurring transaction.
997
+ RECURRING_TRANSACTION = :recurring_transaction
998
+
999
+ # Installment transaction.
1000
+ INSTALLMENT_TRANSACTION = :installment_transaction
1001
+
1002
+ # Add card.
1003
+ ADD_CARD = :add_card
1004
+
1005
+ # Maintain card information.
1006
+ MAINTAIN_CARD_INFORMATION = :maintain_card_information
1007
+
1008
+ # Account verification.
1009
+ ACCOUNT_VERIFICATION = :account_verification
1010
+
1011
+ # Split or delayed shipment.
1012
+ SPLIT_DELAYED_SHIPMENT = :split_delayed_shipment
1013
+
1014
+ # Top up.
1015
+ TOP_UP = :top_up
1016
+
1017
+ # Mail order.
1018
+ MAIL_ORDER = :mail_order
1019
+
1020
+ # Telephone order.
1021
+ TELEPHONE_ORDER = :telephone_order
1022
+
1023
+ # Whitelist status check.
1024
+ WHITELIST_STATUS_CHECK = :whitelist_status_check
1025
+
1026
+ # Other payment.
1027
+ OTHER_PAYMENT = :other_payment
1028
+
1029
+ # Billing agreement.
1030
+ BILLING_AGREEMENT = :billing_agreement
1031
+
1032
+ # Device binding status check.
1033
+ DEVICE_BINDING_STATUS_CHECK = :device_binding_status_check
1034
+
1035
+ # Card security code status check.
1036
+ CARD_SECURITY_CODE_STATUS_CHECK = :card_security_code_status_check
1037
+
1038
+ # Delayed shipment.
1039
+ DELAYED_SHIPMENT = :delayed_shipment
1040
+
1041
+ # Split payment.
1042
+ SPLIT_PAYMENT = :split_payment
1043
+
1044
+ # FIDO credential deletion.
1045
+ FIDO_CREDENTIAL_DELETION = :fido_credential_deletion
1046
+
1047
+ # FIDO credential registration.
1048
+ FIDO_CREDENTIAL_REGISTRATION = :fido_credential_registration
1049
+
1050
+ # Decoupled authentication fallback.
1051
+ DECOUPLED_AUTHENTICATION_FALLBACK = :decoupled_authentication_fallback
1052
+
1053
+ # @!method self.values
1054
+ # @return [Array<Symbol>]
1055
+ end
1056
+ end
870
1057
  end
871
1058
 
872
1059
  # The 3DS requestor authentication indicator describes why the authentication
@@ -979,6 +1166,31 @@ module Increase
979
1166
  # @return [Array<Symbol>]
980
1167
  end
981
1168
 
1169
+ # The type of transaction being authenticated.
1170
+ #
1171
+ # @see Increase::Models::CardPayment::Element::CardAuthentication#transaction_type
1172
+ module TransactionType
1173
+ extend Increase::Internal::Type::Enum
1174
+
1175
+ # Purchase of goods or services.
1176
+ GOODS_SERVICE_PURCHASE = :goods_service_purchase
1177
+
1178
+ # Check acceptance.
1179
+ CHECK_ACCEPTANCE = :check_acceptance
1180
+
1181
+ # Account funding.
1182
+ ACCOUNT_FUNDING = :account_funding
1183
+
1184
+ # Quasi-cash transaction.
1185
+ QUASI_CASH_TRANSACTION = :quasi_cash_transaction
1186
+
1187
+ # Prepaid activation and load.
1188
+ PREPAID_ACTIVATION_AND_LOAD = :prepaid_activation_and_load
1189
+
1190
+ # @!method self.values
1191
+ # @return [Array<Symbol>]
1192
+ end
1193
+
982
1194
  # A constant representing the object's type. For this resource it will always be
983
1195
  # `card_authentication`.
984
1196
  #
@@ -1919,9 +2131,12 @@ module Increase
1919
2131
  # Increase failed to process the authorization in a timely manner.
1920
2132
  ISSUER_ERROR = :issuer_error
1921
2133
 
1922
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2134
+ # The physical card read had an invalid CVV or dCVV.
1923
2135
  INVALID_PHYSICAL_CARD = :invalid_physical_card
1924
2136
 
2137
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2138
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
2139
+
1925
2140
  # The 3DS cardholder authentication verification value was invalid.
1926
2141
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
1927
2142
  :invalid_cardholder_authentication_verification_value
@@ -3204,9 +3419,12 @@ module Increase
3204
3419
  # Increase failed to process the authorization in a timely manner.
3205
3420
  ISSUER_ERROR = :issuer_error
3206
3421
 
3207
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
3422
+ # The physical card read had an invalid CVV or dCVV.
3208
3423
  INVALID_PHYSICAL_CARD = :invalid_physical_card
3209
3424
 
3425
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
3426
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
3427
+
3210
3428
  # The 3DS cardholder authentication verification value was invalid.
3211
3429
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
3212
3430
  :invalid_cardholder_authentication_verification_value
@@ -4443,9 +4661,12 @@ module Increase
4443
4661
  # Increase failed to process the authorization in a timely manner.
4444
4662
  ISSUER_ERROR = :issuer_error
4445
4663
 
4446
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
4664
+ # The physical card read had an invalid CVV or dCVV.
4447
4665
  INVALID_PHYSICAL_CARD = :invalid_physical_card
4448
4666
 
4667
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
4668
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
4669
+
4449
4670
  # The 3DS cardholder authentication verification value was invalid.
4450
4671
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
4451
4672
  :invalid_cardholder_authentication_verification_value
@@ -4675,12 +4896,15 @@ module Increase
4675
4896
  # Declined by stand-in processing.
4676
4897
  DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing
4677
4898
 
4678
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
4899
+ # The card read had an invalid CVV or dCVV.
4679
4900
  INVALID_PHYSICAL_CARD = :invalid_physical_card
4680
4901
 
4681
4902
  # The original card authorization for this incremental authorization does not exist.
4682
4903
  MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization
4683
4904
 
4905
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
4906
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
4907
+
4684
4908
  # The transaction was declined because the 3DS authentication failed.
4685
4909
  FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
4686
4910
 
@@ -5791,9 +6015,12 @@ module Increase
5791
6015
  # Increase failed to process the authorization in a timely manner.
5792
6016
  ISSUER_ERROR = :issuer_error
5793
6017
 
5794
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
6018
+ # The physical card read had an invalid CVV or dCVV.
5795
6019
  INVALID_PHYSICAL_CARD = :invalid_physical_card
5796
6020
 
6021
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
6022
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
6023
+
5797
6024
  # The 3DS cardholder authentication verification value was invalid.
5798
6025
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
5799
6026
  :invalid_cardholder_authentication_verification_value
@@ -10834,9 +11061,12 @@ module Increase
10834
11061
  # Increase failed to process the authorization in a timely manner.
10835
11062
  ISSUER_ERROR = :issuer_error
10836
11063
 
10837
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
11064
+ # The physical card read had an invalid CVV or dCVV.
10838
11065
  INVALID_PHYSICAL_CARD = :invalid_physical_card
10839
11066
 
11067
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
11068
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
11069
+
10840
11070
  # The 3DS cardholder authentication verification value was invalid.
10841
11071
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
10842
11072
  :invalid_cardholder_authentication_verification_value
@@ -1387,9 +1387,12 @@ module Increase
1387
1387
  # Increase failed to process the authorization in a timely manner.
1388
1388
  ISSUER_ERROR = :issuer_error
1389
1389
 
1390
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
1390
+ # The physical card read had an invalid CVV or dCVV.
1391
1391
  INVALID_PHYSICAL_CARD = :invalid_physical_card
1392
1392
 
1393
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1394
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
1395
+
1393
1396
  # The 3DS cardholder authentication verification value was invalid.
1394
1397
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
1395
1398
  :invalid_cardholder_authentication_verification_value
@@ -1619,12 +1622,15 @@ module Increase
1619
1622
  # Declined by stand-in processing.
1620
1623
  DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing
1621
1624
 
1622
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
1625
+ # The card read had an invalid CVV or dCVV.
1623
1626
  INVALID_PHYSICAL_CARD = :invalid_physical_card
1624
1627
 
1625
1628
  # The original card authorization for this incremental authorization does not exist.
1626
1629
  MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization
1627
1630
 
1631
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1632
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
1633
+
1628
1634
  # The transaction was declined because the 3DS authentication failed.
1629
1635
  FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
1630
1636
 
@@ -1511,9 +1511,12 @@ module Increase
1511
1511
  # Increase failed to process the authorization in a timely manner.
1512
1512
  ISSUER_ERROR = :issuer_error
1513
1513
 
1514
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
1514
+ # The physical card read had an invalid CVV or dCVV.
1515
1515
  INVALID_PHYSICAL_CARD = :invalid_physical_card
1516
1516
 
1517
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1518
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
1519
+
1517
1520
  # The 3DS cardholder authentication verification value was invalid.
1518
1521
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
1519
1522
  :invalid_cardholder_authentication_verification_value
@@ -1220,9 +1220,12 @@ module Increase
1220
1220
  # Increase failed to process the authorization in a timely manner.
1221
1221
  ISSUER_ERROR = :issuer_error
1222
1222
 
1223
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
1223
+ # The physical card read had an invalid CVV or dCVV.
1224
1224
  INVALID_PHYSICAL_CARD = :invalid_physical_card
1225
1225
 
1226
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1227
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
1228
+
1226
1229
  # The 3DS cardholder authentication verification value was invalid.
1227
1230
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
1228
1231
  :invalid_cardholder_authentication_verification_value
@@ -2496,9 +2499,12 @@ module Increase
2496
2499
  # Increase failed to process the authorization in a timely manner.
2497
2500
  ISSUER_ERROR = :issuer_error
2498
2501
 
2499
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2502
+ # The physical card read had an invalid CVV or dCVV.
2500
2503
  INVALID_PHYSICAL_CARD = :invalid_physical_card
2501
2504
 
2505
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2506
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
2507
+
2502
2508
  # The 3DS cardholder authentication verification value was invalid.
2503
2509
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
2504
2510
  :invalid_cardholder_authentication_verification_value
@@ -211,12 +211,15 @@ module Increase
211
211
  # Declined by stand-in processing.
212
212
  DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing
213
213
 
214
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
214
+ # The card read had an invalid CVV or dCVV.
215
215
  INVALID_PHYSICAL_CARD = :invalid_physical_card
216
216
 
217
217
  # The original card authorization for this incremental authorization does not exist.
218
218
  MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization
219
219
 
220
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
221
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
222
+
220
223
  # The transaction was declined because the 3DS authentication failed.
221
224
  FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
222
225
 
@@ -265,9 +268,12 @@ module Increase
265
268
  # Increase failed to process the authorization in a timely manner.
266
269
  ISSUER_ERROR = :issuer_error
267
270
 
268
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
271
+ # The physical card read had an invalid CVV or dCVV.
269
272
  INVALID_PHYSICAL_CARD = :invalid_physical_card
270
273
 
274
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
275
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
276
+
271
277
  # The 3DS cardholder authentication verification value was invalid.
272
278
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
273
279
  :invalid_cardholder_authentication_verification_value
@@ -194,12 +194,15 @@ module Increase
194
194
  # Declined by stand-in processing.
195
195
  DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing
196
196
 
197
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
197
+ # The card read had an invalid CVV or dCVV.
198
198
  INVALID_PHYSICAL_CARD = :invalid_physical_card
199
199
 
200
200
  # The original card authorization for this incremental authorization does not exist.
201
201
  MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization
202
202
 
203
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
204
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
205
+
203
206
  # The transaction was declined because the 3DS authentication failed.
204
207
  FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
205
208
 
@@ -248,9 +251,12 @@ module Increase
248
251
  # Increase failed to process the authorization in a timely manner.
249
252
  ISSUER_ERROR = :issuer_error
250
253
 
251
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
254
+ # The physical card read had an invalid CVV or dCVV.
252
255
  INVALID_PHYSICAL_CARD = :invalid_physical_card
253
256
 
257
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
258
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
259
+
254
260
  # The 3DS cardholder authentication verification value was invalid.
255
261
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
256
262
  :invalid_cardholder_authentication_verification_value
@@ -2365,9 +2365,12 @@ module Increase
2365
2365
  # Increase failed to process the authorization in a timely manner.
2366
2366
  ISSUER_ERROR = :issuer_error
2367
2367
 
2368
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2368
+ # The physical card read had an invalid CVV or dCVV.
2369
2369
  INVALID_PHYSICAL_CARD = :invalid_physical_card
2370
2370
 
2371
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2372
+ INVALID_CRYPTOGRAM = :invalid_cryptogram
2373
+
2371
2374
  # The 3DS cardholder authentication verification value was invalid.
2372
2375
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
2373
2376
  :invalid_cardholder_authentication_verification_value
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.231.0"
4
+ VERSION = "1.233.0"
5
5
  end