increase 1.232.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: a8a6a763a923b10e2c130dfbbf12644589df72adb7e652058a46a1c7cd6f8bc2
4
- data.tar.gz: 71097a299884ca3018f5aa15cdfda17c949a9da84cbcf05c570f0f733eae1703
3
+ metadata.gz: 64f79a751e0b3929ada9912ae0c3b2f2f7787f333e7ed7fc2cb6f7cd8f075ab6
4
+ data.tar.gz: 03a2ea6cc40a8234c826c4880982fa1ee7db23b3c832faadb6d620c3c1624f9e
5
5
  SHA512:
6
- metadata.gz: 2753052736fd663dd7d5c691dc4f637dc30507bd7b55676ba863c6536628adf9b9c0c8ac769107fd93aab41f2cb4750387e069d4564af3835f55d99a16ceaefc
7
- data.tar.gz: 326299cdfd1d6ea9adb8476a55b5f6715acf94a6dfb7f980690aacda021986cde1290ffd8d334f6d007f1080f7646ae5d1b460a1ee23719750eeae62a165ea31
6
+ metadata.gz: a7be92ef70c6a38f23272345a878e7c85350f7f1c11e81bb4b5a2c2596be7a939b65bfe01019c61d1f5392240b9747df1f4bf6eed97894c7c1d7bc040e2614a5
7
+ data.tar.gz: 0d518bbb1fd2d108d3f37a91f05f22313532e8b27622a225261a71a9b75ec6669edc24312b78faaf245ef445ca2afeeefe9d2fe6c2efbb7c559f2a29deba81b8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 1.232.0 (2026-03-05)
4
12
 
5
13
  Full Changelog: [v1.231.0...v1.232.0](https://github.com/Increase/increase-ruby/compare/v1.231.0...v1.232.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.232.0"
18
+ gem "increase", "~> 1.233.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -2131,9 +2131,12 @@ module Increase
2131
2131
  # Increase failed to process the authorization in a timely manner.
2132
2132
  ISSUER_ERROR = :issuer_error
2133
2133
 
2134
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2134
+ # The physical card read had an invalid CVV or dCVV.
2135
2135
  INVALID_PHYSICAL_CARD = :invalid_physical_card
2136
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
+
2137
2140
  # The 3DS cardholder authentication verification value was invalid.
2138
2141
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
2139
2142
  :invalid_cardholder_authentication_verification_value
@@ -3416,9 +3419,12 @@ module Increase
3416
3419
  # Increase failed to process the authorization in a timely manner.
3417
3420
  ISSUER_ERROR = :issuer_error
3418
3421
 
3419
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
3422
+ # The physical card read had an invalid CVV or dCVV.
3420
3423
  INVALID_PHYSICAL_CARD = :invalid_physical_card
3421
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
+
3422
3428
  # The 3DS cardholder authentication verification value was invalid.
3423
3429
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
3424
3430
  :invalid_cardholder_authentication_verification_value
@@ -4655,9 +4661,12 @@ module Increase
4655
4661
  # Increase failed to process the authorization in a timely manner.
4656
4662
  ISSUER_ERROR = :issuer_error
4657
4663
 
4658
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
4664
+ # The physical card read had an invalid CVV or dCVV.
4659
4665
  INVALID_PHYSICAL_CARD = :invalid_physical_card
4660
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
+
4661
4670
  # The 3DS cardholder authentication verification value was invalid.
4662
4671
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
4663
4672
  :invalid_cardholder_authentication_verification_value
@@ -4887,12 +4896,15 @@ module Increase
4887
4896
  # Declined by stand-in processing.
4888
4897
  DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing
4889
4898
 
4890
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
4899
+ # The card read had an invalid CVV or dCVV.
4891
4900
  INVALID_PHYSICAL_CARD = :invalid_physical_card
4892
4901
 
4893
4902
  # The original card authorization for this incremental authorization does not exist.
4894
4903
  MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization
4895
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
+
4896
4908
  # The transaction was declined because the 3DS authentication failed.
4897
4909
  FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication
4898
4910
 
@@ -6003,9 +6015,12 @@ module Increase
6003
6015
  # Increase failed to process the authorization in a timely manner.
6004
6016
  ISSUER_ERROR = :issuer_error
6005
6017
 
6006
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
6018
+ # The physical card read had an invalid CVV or dCVV.
6007
6019
  INVALID_PHYSICAL_CARD = :invalid_physical_card
6008
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
+
6009
6024
  # The 3DS cardholder authentication verification value was invalid.
6010
6025
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
6011
6026
  :invalid_cardholder_authentication_verification_value
@@ -11046,9 +11061,12 @@ module Increase
11046
11061
  # Increase failed to process the authorization in a timely manner.
11047
11062
  ISSUER_ERROR = :issuer_error
11048
11063
 
11049
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
11064
+ # The physical card read had an invalid CVV or dCVV.
11050
11065
  INVALID_PHYSICAL_CARD = :invalid_physical_card
11051
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
+
11052
11070
  # The 3DS cardholder authentication verification value was invalid.
11053
11071
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
11054
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.232.0"
4
+ VERSION = "1.233.0"
5
5
  end
@@ -3977,13 +3977,20 @@ module Increase
3977
3977
  Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
3978
3978
  )
3979
3979
 
3980
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
3980
+ # The physical card read had an invalid CVV or dCVV.
3981
3981
  INVALID_PHYSICAL_CARD =
3982
3982
  T.let(
3983
3983
  :invalid_physical_card,
3984
3984
  Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
3985
3985
  )
3986
3986
 
3987
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
3988
+ INVALID_CRYPTOGRAM =
3989
+ T.let(
3990
+ :invalid_cryptogram,
3991
+ Increase::CardPayment::Element::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
3992
+ )
3993
+
3987
3994
  # The 3DS cardholder authentication verification value was invalid.
3988
3995
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
3989
3996
  T.let(
@@ -6462,13 +6469,20 @@ module Increase
6462
6469
  Increase::CardPayment::Element::CardBalanceInquiry::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
6463
6470
  )
6464
6471
 
6465
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
6472
+ # The physical card read had an invalid CVV or dCVV.
6466
6473
  INVALID_PHYSICAL_CARD =
6467
6474
  T.let(
6468
6475
  :invalid_physical_card,
6469
6476
  Increase::CardPayment::Element::CardBalanceInquiry::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
6470
6477
  )
6471
6478
 
6479
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
6480
+ INVALID_CRYPTOGRAM =
6481
+ T.let(
6482
+ :invalid_cryptogram,
6483
+ Increase::CardPayment::Element::CardBalanceInquiry::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
6484
+ )
6485
+
6472
6486
  # The 3DS cardholder authentication verification value was invalid.
6473
6487
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
6474
6488
  T.let(
@@ -8830,13 +8844,20 @@ module Increase
8830
8844
  Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
8831
8845
  )
8832
8846
 
8833
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
8847
+ # The physical card read had an invalid CVV or dCVV.
8834
8848
  INVALID_PHYSICAL_CARD =
8835
8849
  T.let(
8836
8850
  :invalid_physical_card,
8837
8851
  Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
8838
8852
  )
8839
8853
 
8854
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
8855
+ INVALID_CRYPTOGRAM =
8856
+ T.let(
8857
+ :invalid_cryptogram,
8858
+ Increase::CardPayment::Element::CardDecline::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
8859
+ )
8860
+
8840
8861
  # The 3DS cardholder authentication verification value was invalid.
8841
8862
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
8842
8863
  T.let(
@@ -9319,7 +9340,7 @@ module Increase
9319
9340
  Increase::CardPayment::Element::CardDecline::Reason::TaggedSymbol
9320
9341
  )
9321
9342
 
9322
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
9343
+ # The card read had an invalid CVV or dCVV.
9323
9344
  INVALID_PHYSICAL_CARD =
9324
9345
  T.let(
9325
9346
  :invalid_physical_card,
@@ -9333,6 +9354,13 @@ module Increase
9333
9354
  Increase::CardPayment::Element::CardDecline::Reason::TaggedSymbol
9334
9355
  )
9335
9356
 
9357
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
9358
+ INVALID_CRYPTOGRAM =
9359
+ T.let(
9360
+ :invalid_cryptogram,
9361
+ Increase::CardPayment::Element::CardDecline::Reason::TaggedSymbol
9362
+ )
9363
+
9336
9364
  # The transaction was declined because the 3DS authentication failed.
9337
9365
  FAILED_3DS_AUTHENTICATION =
9338
9366
  T.let(
@@ -11466,13 +11494,20 @@ module Increase
11466
11494
  Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
11467
11495
  )
11468
11496
 
11469
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
11497
+ # The physical card read had an invalid CVV or dCVV.
11470
11498
  INVALID_PHYSICAL_CARD =
11471
11499
  T.let(
11472
11500
  :invalid_physical_card,
11473
11501
  Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
11474
11502
  )
11475
11503
 
11504
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
11505
+ INVALID_CRYPTOGRAM =
11506
+ T.let(
11507
+ :invalid_cryptogram,
11508
+ Increase::CardPayment::Element::CardFinancial::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
11509
+ )
11510
+
11476
11511
  # The 3DS cardholder authentication verification value was invalid.
11477
11512
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
11478
11513
  T.let(
@@ -20592,13 +20627,20 @@ module Increase
20592
20627
  Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
20593
20628
  )
20594
20629
 
20595
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
20630
+ # The physical card read had an invalid CVV or dCVV.
20596
20631
  INVALID_PHYSICAL_CARD =
20597
20632
  T.let(
20598
20633
  :invalid_physical_card,
20599
20634
  Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
20600
20635
  )
20601
20636
 
20637
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
20638
+ INVALID_CRYPTOGRAM =
20639
+ T.let(
20640
+ :invalid_cryptogram,
20641
+ Increase::CardPayment::Element::CardValidation::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
20642
+ )
20643
+
20602
20644
  # The 3DS cardholder authentication verification value was invalid.
20603
20645
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
20604
20646
  T.let(
@@ -2600,13 +2600,20 @@ module Increase
2600
2600
  Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2601
2601
  )
2602
2602
 
2603
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2603
+ # The physical card read had an invalid CVV or dCVV.
2604
2604
  INVALID_PHYSICAL_CARD =
2605
2605
  T.let(
2606
2606
  :invalid_physical_card,
2607
2607
  Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2608
2608
  )
2609
2609
 
2610
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2611
+ INVALID_CRYPTOGRAM =
2612
+ T.let(
2613
+ :invalid_cryptogram,
2614
+ Increase::DeclinedTransaction::Source::CardDecline::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2615
+ )
2616
+
2610
2617
  # The 3DS cardholder authentication verification value was invalid.
2611
2618
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
2612
2619
  T.let(
@@ -3089,7 +3096,7 @@ module Increase
3089
3096
  Increase::DeclinedTransaction::Source::CardDecline::Reason::TaggedSymbol
3090
3097
  )
3091
3098
 
3092
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
3099
+ # The card read had an invalid CVV or dCVV.
3093
3100
  INVALID_PHYSICAL_CARD =
3094
3101
  T.let(
3095
3102
  :invalid_physical_card,
@@ -3103,6 +3110,13 @@ module Increase
3103
3110
  Increase::DeclinedTransaction::Source::CardDecline::Reason::TaggedSymbol
3104
3111
  )
3105
3112
 
3113
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
3114
+ INVALID_CRYPTOGRAM =
3115
+ T.let(
3116
+ :invalid_cryptogram,
3117
+ Increase::DeclinedTransaction::Source::CardDecline::Reason::TaggedSymbol
3118
+ )
3119
+
3106
3120
  # The transaction was declined because the 3DS authentication failed.
3107
3121
  FAILED_3DS_AUTHENTICATION =
3108
3122
  T.let(
@@ -2850,13 +2850,20 @@ module Increase
2850
2850
  Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2851
2851
  )
2852
2852
 
2853
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2853
+ # The physical card read had an invalid CVV or dCVV.
2854
2854
  INVALID_PHYSICAL_CARD =
2855
2855
  T.let(
2856
2856
  :invalid_physical_card,
2857
2857
  Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2858
2858
  )
2859
2859
 
2860
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2861
+ INVALID_CRYPTOGRAM =
2862
+ T.let(
2863
+ :invalid_cryptogram,
2864
+ Increase::PendingTransaction::Source::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2865
+ )
2866
+
2860
2867
  # The 3DS cardholder authentication verification value was invalid.
2861
2868
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
2862
2869
  T.let(
@@ -2329,13 +2329,20 @@ module Increase
2329
2329
  Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2330
2330
  )
2331
2331
 
2332
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2332
+ # The physical card read had an invalid CVV or dCVV.
2333
2333
  INVALID_PHYSICAL_CARD =
2334
2334
  T.let(
2335
2335
  :invalid_physical_card,
2336
2336
  Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2337
2337
  )
2338
2338
 
2339
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2340
+ INVALID_CRYPTOGRAM =
2341
+ T.let(
2342
+ :invalid_cryptogram,
2343
+ Increase::RealTimeDecision::CardAuthorization::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
2344
+ )
2345
+
2339
2346
  # The 3DS cardholder authentication verification value was invalid.
2340
2347
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
2341
2348
  T.let(
@@ -4862,13 +4869,20 @@ module Increase
4862
4869
  Increase::RealTimeDecision::CardBalanceInquiry::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
4863
4870
  )
4864
4871
 
4865
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
4872
+ # The physical card read had an invalid CVV or dCVV.
4866
4873
  INVALID_PHYSICAL_CARD =
4867
4874
  T.let(
4868
4875
  :invalid_physical_card,
4869
4876
  Increase::RealTimeDecision::CardBalanceInquiry::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
4870
4877
  )
4871
4878
 
4879
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
4880
+ INVALID_CRYPTOGRAM =
4881
+ T.let(
4882
+ :invalid_cryptogram,
4883
+ Increase::RealTimeDecision::CardBalanceInquiry::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
4884
+ )
4885
+
4872
4886
  # The 3DS cardholder authentication verification value was invalid.
4873
4887
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
4874
4888
  T.let(
@@ -397,7 +397,7 @@ module Increase
397
397
  Increase::Simulations::CardAuthorizationCreateParams::DeclineReason::TaggedSymbol
398
398
  )
399
399
 
400
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
400
+ # The card read had an invalid CVV or dCVV.
401
401
  INVALID_PHYSICAL_CARD =
402
402
  T.let(
403
403
  :invalid_physical_card,
@@ -411,6 +411,13 @@ module Increase
411
411
  Increase::Simulations::CardAuthorizationCreateParams::DeclineReason::TaggedSymbol
412
412
  )
413
413
 
414
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
415
+ INVALID_CRYPTOGRAM =
416
+ T.let(
417
+ :invalid_cryptogram,
418
+ Increase::Simulations::CardAuthorizationCreateParams::DeclineReason::TaggedSymbol
419
+ )
420
+
414
421
  # The transaction was declined because the 3DS authentication failed.
415
422
  FAILED_3DS_AUTHENTICATION =
416
423
  T.let(
@@ -563,13 +570,20 @@ module Increase
563
570
  Increase::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
564
571
  )
565
572
 
566
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
573
+ # The physical card read had an invalid CVV or dCVV.
567
574
  INVALID_PHYSICAL_CARD =
568
575
  T.let(
569
576
  :invalid_physical_card,
570
577
  Increase::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
571
578
  )
572
579
 
580
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
581
+ INVALID_CRYPTOGRAM =
582
+ T.let(
583
+ :invalid_cryptogram,
584
+ Increase::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
585
+ )
586
+
573
587
  # The 3DS cardholder authentication verification value was invalid.
574
588
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
575
589
  T.let(
@@ -361,7 +361,7 @@ module Increase
361
361
  Increase::Simulations::CardBalanceInquiryCreateParams::DeclineReason::TaggedSymbol
362
362
  )
363
363
 
364
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
364
+ # The card read had an invalid CVV or dCVV.
365
365
  INVALID_PHYSICAL_CARD =
366
366
  T.let(
367
367
  :invalid_physical_card,
@@ -375,6 +375,13 @@ module Increase
375
375
  Increase::Simulations::CardBalanceInquiryCreateParams::DeclineReason::TaggedSymbol
376
376
  )
377
377
 
378
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
379
+ INVALID_CRYPTOGRAM =
380
+ T.let(
381
+ :invalid_cryptogram,
382
+ Increase::Simulations::CardBalanceInquiryCreateParams::DeclineReason::TaggedSymbol
383
+ )
384
+
378
385
  # The transaction was declined because the 3DS authentication failed.
379
386
  FAILED_3DS_AUTHENTICATION =
380
387
  T.let(
@@ -527,13 +534,20 @@ module Increase
527
534
  Increase::Simulations::CardBalanceInquiryCreateParams::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
528
535
  )
529
536
 
530
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
537
+ # The physical card read had an invalid CVV or dCVV.
531
538
  INVALID_PHYSICAL_CARD =
532
539
  T.let(
533
540
  :invalid_physical_card,
534
541
  Increase::Simulations::CardBalanceInquiryCreateParams::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
535
542
  )
536
543
 
544
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
545
+ INVALID_CRYPTOGRAM =
546
+ T.let(
547
+ :invalid_cryptogram,
548
+ Increase::Simulations::CardBalanceInquiryCreateParams::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
549
+ )
550
+
537
551
  # The 3DS cardholder authentication verification value was invalid.
538
552
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
539
553
  T.let(
@@ -4713,13 +4713,20 @@ module Increase
4713
4713
  Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
4714
4714
  )
4715
4715
 
4716
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
4716
+ # The physical card read had an invalid CVV or dCVV.
4717
4717
  INVALID_PHYSICAL_CARD =
4718
4718
  T.let(
4719
4719
  :invalid_physical_card,
4720
4720
  Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
4721
4721
  )
4722
4722
 
4723
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
4724
+ INVALID_CRYPTOGRAM =
4725
+ T.let(
4726
+ :invalid_cryptogram,
4727
+ Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa::StandInProcessingReason::TaggedSymbol
4728
+ )
4729
+
4723
4730
  # The 3DS cardholder authentication verification value was invalid.
4724
4731
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
4725
4732
  T.let(
@@ -1468,6 +1468,7 @@ module Increase
1468
1468
  type stand_in_processing_reason =
1469
1469
  :issuer_error
1470
1470
  | :invalid_physical_card
1471
+ | :invalid_cryptogram
1471
1472
  | :invalid_cardholder_authentication_verification_value
1472
1473
  | :internal_visa_error
1473
1474
  | :merchant_transaction_advisory_service_authentication_required
@@ -1480,9 +1481,12 @@ module Increase
1480
1481
  # Increase failed to process the authorization in a timely manner.
1481
1482
  ISSUER_ERROR: :issuer_error
1482
1483
 
1483
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
1484
+ # The physical card read had an invalid CVV or dCVV.
1484
1485
  INVALID_PHYSICAL_CARD: :invalid_physical_card
1485
1486
 
1487
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1488
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
1489
+
1486
1490
  # The 3DS cardholder authentication verification value was invalid.
1487
1491
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
1488
1492
 
@@ -2347,6 +2351,7 @@ module Increase
2347
2351
  type stand_in_processing_reason =
2348
2352
  :issuer_error
2349
2353
  | :invalid_physical_card
2354
+ | :invalid_cryptogram
2350
2355
  | :invalid_cardholder_authentication_verification_value
2351
2356
  | :internal_visa_error
2352
2357
  | :merchant_transaction_advisory_service_authentication_required
@@ -2359,9 +2364,12 @@ module Increase
2359
2364
  # Increase failed to process the authorization in a timely manner.
2360
2365
  ISSUER_ERROR: :issuer_error
2361
2366
 
2362
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
2367
+ # The physical card read had an invalid CVV or dCVV.
2363
2368
  INVALID_PHYSICAL_CARD: :invalid_physical_card
2364
2369
 
2370
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
2371
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
2372
+
2365
2373
  # The 3DS cardholder authentication verification value was invalid.
2366
2374
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
2367
2375
 
@@ -3172,6 +3180,7 @@ module Increase
3172
3180
  type stand_in_processing_reason =
3173
3181
  :issuer_error
3174
3182
  | :invalid_physical_card
3183
+ | :invalid_cryptogram
3175
3184
  | :invalid_cardholder_authentication_verification_value
3176
3185
  | :internal_visa_error
3177
3186
  | :merchant_transaction_advisory_service_authentication_required
@@ -3184,9 +3193,12 @@ module Increase
3184
3193
  # Increase failed to process the authorization in a timely manner.
3185
3194
  ISSUER_ERROR: :issuer_error
3186
3195
 
3187
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
3196
+ # The physical card read had an invalid CVV or dCVV.
3188
3197
  INVALID_PHYSICAL_CARD: :invalid_physical_card
3189
3198
 
3199
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
3200
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
3201
+
3190
3202
  # The 3DS cardholder authentication verification value was invalid.
3191
3203
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
3192
3204
 
@@ -3377,6 +3389,7 @@ module Increase
3377
3389
  | :declined_by_stand_in_processing
3378
3390
  | :invalid_physical_card
3379
3391
  | :missing_original_authorization
3392
+ | :invalid_cryptogram
3380
3393
  | :failed_3ds_authentication
3381
3394
  | :suspected_card_testing
3382
3395
  | :suspected_fraud
@@ -3429,12 +3442,15 @@ module Increase
3429
3442
  # Declined by stand-in processing.
3430
3443
  DECLINED_BY_STAND_IN_PROCESSING: :declined_by_stand_in_processing
3431
3444
 
3432
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
3445
+ # The card read had an invalid CVV or dCVV.
3433
3446
  INVALID_PHYSICAL_CARD: :invalid_physical_card
3434
3447
 
3435
3448
  # The original card authorization for this incremental authorization does not exist.
3436
3449
  MISSING_ORIGINAL_AUTHORIZATION: :missing_original_authorization
3437
3450
 
3451
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
3452
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
3453
+
3438
3454
  # The transaction was declined because the 3DS authentication failed.
3439
3455
  FAILED_3DS_AUTHENTICATION: :failed_3ds_authentication
3440
3456
 
@@ -4145,6 +4161,7 @@ module Increase
4145
4161
  type stand_in_processing_reason =
4146
4162
  :issuer_error
4147
4163
  | :invalid_physical_card
4164
+ | :invalid_cryptogram
4148
4165
  | :invalid_cardholder_authentication_verification_value
4149
4166
  | :internal_visa_error
4150
4167
  | :merchant_transaction_advisory_service_authentication_required
@@ -4157,9 +4174,12 @@ module Increase
4157
4174
  # Increase failed to process the authorization in a timely manner.
4158
4175
  ISSUER_ERROR: :issuer_error
4159
4176
 
4160
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
4177
+ # The physical card read had an invalid CVV or dCVV.
4161
4178
  INVALID_PHYSICAL_CARD: :invalid_physical_card
4162
4179
 
4180
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
4181
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
4182
+
4163
4183
  # The 3DS cardholder authentication verification value was invalid.
4164
4184
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
4165
4185
 
@@ -7665,6 +7685,7 @@ module Increase
7665
7685
  type stand_in_processing_reason =
7666
7686
  :issuer_error
7667
7687
  | :invalid_physical_card
7688
+ | :invalid_cryptogram
7668
7689
  | :invalid_cardholder_authentication_verification_value
7669
7690
  | :internal_visa_error
7670
7691
  | :merchant_transaction_advisory_service_authentication_required
@@ -7677,9 +7698,12 @@ module Increase
7677
7698
  # Increase failed to process the authorization in a timely manner.
7678
7699
  ISSUER_ERROR: :issuer_error
7679
7700
 
7680
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
7701
+ # The physical card read had an invalid CVV or dCVV.
7681
7702
  INVALID_PHYSICAL_CARD: :invalid_physical_card
7682
7703
 
7704
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
7705
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
7706
+
7683
7707
  # The 3DS cardholder authentication verification value was invalid.
7684
7708
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
7685
7709
 
@@ -893,6 +893,7 @@ module Increase
893
893
  type stand_in_processing_reason =
894
894
  :issuer_error
895
895
  | :invalid_physical_card
896
+ | :invalid_cryptogram
896
897
  | :invalid_cardholder_authentication_verification_value
897
898
  | :internal_visa_error
898
899
  | :merchant_transaction_advisory_service_authentication_required
@@ -905,9 +906,12 @@ module Increase
905
906
  # Increase failed to process the authorization in a timely manner.
906
907
  ISSUER_ERROR: :issuer_error
907
908
 
908
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
909
+ # The physical card read had an invalid CVV or dCVV.
909
910
  INVALID_PHYSICAL_CARD: :invalid_physical_card
910
911
 
912
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
913
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
914
+
911
915
  # The 3DS cardholder authentication verification value was invalid.
912
916
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
913
917
 
@@ -1098,6 +1102,7 @@ module Increase
1098
1102
  | :declined_by_stand_in_processing
1099
1103
  | :invalid_physical_card
1100
1104
  | :missing_original_authorization
1105
+ | :invalid_cryptogram
1101
1106
  | :failed_3ds_authentication
1102
1107
  | :suspected_card_testing
1103
1108
  | :suspected_fraud
@@ -1150,12 +1155,15 @@ module Increase
1150
1155
  # Declined by stand-in processing.
1151
1156
  DECLINED_BY_STAND_IN_PROCESSING: :declined_by_stand_in_processing
1152
1157
 
1153
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
1158
+ # The card read had an invalid CVV or dCVV.
1154
1159
  INVALID_PHYSICAL_CARD: :invalid_physical_card
1155
1160
 
1156
1161
  # The original card authorization for this incremental authorization does not exist.
1157
1162
  MISSING_ORIGINAL_AUTHORIZATION: :missing_original_authorization
1158
1163
 
1164
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1165
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
1166
+
1159
1167
  # The transaction was declined because the 3DS authentication failed.
1160
1168
  FAILED_3DS_AUTHENTICATION: :failed_3ds_authentication
1161
1169
 
@@ -913,6 +913,7 @@ module Increase
913
913
  type stand_in_processing_reason =
914
914
  :issuer_error
915
915
  | :invalid_physical_card
916
+ | :invalid_cryptogram
916
917
  | :invalid_cardholder_authentication_verification_value
917
918
  | :internal_visa_error
918
919
  | :merchant_transaction_advisory_service_authentication_required
@@ -925,9 +926,12 @@ module Increase
925
926
  # Increase failed to process the authorization in a timely manner.
926
927
  ISSUER_ERROR: :issuer_error
927
928
 
928
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
929
+ # The physical card read had an invalid CVV or dCVV.
929
930
  INVALID_PHYSICAL_CARD: :invalid_physical_card
930
931
 
932
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
933
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
934
+
931
935
  # The 3DS cardholder authentication verification value was invalid.
932
936
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
933
937
 
@@ -766,6 +766,7 @@ module Increase
766
766
  type stand_in_processing_reason =
767
767
  :issuer_error
768
768
  | :invalid_physical_card
769
+ | :invalid_cryptogram
769
770
  | :invalid_cardholder_authentication_verification_value
770
771
  | :internal_visa_error
771
772
  | :merchant_transaction_advisory_service_authentication_required
@@ -778,9 +779,12 @@ module Increase
778
779
  # Increase failed to process the authorization in a timely manner.
779
780
  ISSUER_ERROR: :issuer_error
780
781
 
781
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
782
+ # The physical card read had an invalid CVV or dCVV.
782
783
  INVALID_PHYSICAL_CARD: :invalid_physical_card
783
784
 
785
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
786
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
787
+
784
788
  # The 3DS cardholder authentication verification value was invalid.
785
789
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
786
790
 
@@ -1648,6 +1652,7 @@ module Increase
1648
1652
  type stand_in_processing_reason =
1649
1653
  :issuer_error
1650
1654
  | :invalid_physical_card
1655
+ | :invalid_cryptogram
1651
1656
  | :invalid_cardholder_authentication_verification_value
1652
1657
  | :internal_visa_error
1653
1658
  | :merchant_transaction_advisory_service_authentication_required
@@ -1660,9 +1665,12 @@ module Increase
1660
1665
  # Increase failed to process the authorization in a timely manner.
1661
1666
  ISSUER_ERROR: :issuer_error
1662
1667
 
1663
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
1668
+ # The physical card read had an invalid CVV or dCVV.
1664
1669
  INVALID_PHYSICAL_CARD: :invalid_physical_card
1665
1670
 
1671
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1672
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
1673
+
1666
1674
  # The 3DS cardholder authentication verification value was invalid.
1667
1675
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
1668
1676
 
@@ -159,6 +159,7 @@ module Increase
159
159
  | :declined_by_stand_in_processing
160
160
  | :invalid_physical_card
161
161
  | :missing_original_authorization
162
+ | :invalid_cryptogram
162
163
  | :failed_3ds_authentication
163
164
  | :suspected_card_testing
164
165
  | :suspected_fraud
@@ -211,12 +212,15 @@ module Increase
211
212
  # Declined by stand-in processing.
212
213
  DECLINED_BY_STAND_IN_PROCESSING: :declined_by_stand_in_processing
213
214
 
214
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
215
+ # The card read had an invalid CVV or dCVV.
215
216
  INVALID_PHYSICAL_CARD: :invalid_physical_card
216
217
 
217
218
  # The original card authorization for this incremental authorization does not exist.
218
219
  MISSING_ORIGINAL_AUTHORIZATION: :missing_original_authorization
219
220
 
221
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
222
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
223
+
220
224
  # The transaction was declined because the 3DS authentication failed.
221
225
  FAILED_3DS_AUTHENTICATION: :failed_3ds_authentication
222
226
 
@@ -268,6 +272,7 @@ module Increase
268
272
  type stand_in_processing_reason =
269
273
  :issuer_error
270
274
  | :invalid_physical_card
275
+ | :invalid_cryptogram
271
276
  | :invalid_cardholder_authentication_verification_value
272
277
  | :internal_visa_error
273
278
  | :merchant_transaction_advisory_service_authentication_required
@@ -280,9 +285,12 @@ module Increase
280
285
  # Increase failed to process the authorization in a timely manner.
281
286
  ISSUER_ERROR: :issuer_error
282
287
 
283
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
288
+ # The physical card read had an invalid CVV or dCVV.
284
289
  INVALID_PHYSICAL_CARD: :invalid_physical_card
285
290
 
291
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
292
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
293
+
286
294
  # The 3DS cardholder authentication verification value was invalid.
287
295
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
288
296
 
@@ -145,6 +145,7 @@ module Increase
145
145
  | :declined_by_stand_in_processing
146
146
  | :invalid_physical_card
147
147
  | :missing_original_authorization
148
+ | :invalid_cryptogram
148
149
  | :failed_3ds_authentication
149
150
  | :suspected_card_testing
150
151
  | :suspected_fraud
@@ -197,12 +198,15 @@ module Increase
197
198
  # Declined by stand-in processing.
198
199
  DECLINED_BY_STAND_IN_PROCESSING: :declined_by_stand_in_processing
199
200
 
200
- # The card read had an invalid CVV, dCVV, or authorization request cryptogram.
201
+ # The card read had an invalid CVV or dCVV.
201
202
  INVALID_PHYSICAL_CARD: :invalid_physical_card
202
203
 
203
204
  # The original card authorization for this incremental authorization does not exist.
204
205
  MISSING_ORIGINAL_AUTHORIZATION: :missing_original_authorization
205
206
 
207
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
208
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
209
+
206
210
  # The transaction was declined because the 3DS authentication failed.
207
211
  FAILED_3DS_AUTHENTICATION: :failed_3ds_authentication
208
212
 
@@ -254,6 +258,7 @@ module Increase
254
258
  type stand_in_processing_reason =
255
259
  :issuer_error
256
260
  | :invalid_physical_card
261
+ | :invalid_cryptogram
257
262
  | :invalid_cardholder_authentication_verification_value
258
263
  | :internal_visa_error
259
264
  | :merchant_transaction_advisory_service_authentication_required
@@ -266,9 +271,12 @@ module Increase
266
271
  # Increase failed to process the authorization in a timely manner.
267
272
  ISSUER_ERROR: :issuer_error
268
273
 
269
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
274
+ # The physical card read had an invalid CVV or dCVV.
270
275
  INVALID_PHYSICAL_CARD: :invalid_physical_card
271
276
 
277
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
278
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
279
+
272
280
  # The 3DS cardholder authentication verification value was invalid.
273
281
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
274
282
 
@@ -1625,6 +1625,7 @@ module Increase
1625
1625
  type stand_in_processing_reason =
1626
1626
  :issuer_error
1627
1627
  | :invalid_physical_card
1628
+ | :invalid_cryptogram
1628
1629
  | :invalid_cardholder_authentication_verification_value
1629
1630
  | :internal_visa_error
1630
1631
  | :merchant_transaction_advisory_service_authentication_required
@@ -1637,9 +1638,12 @@ module Increase
1637
1638
  # Increase failed to process the authorization in a timely manner.
1638
1639
  ISSUER_ERROR: :issuer_error
1639
1640
 
1640
- # The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
1641
+ # The physical card read had an invalid CVV or dCVV.
1641
1642
  INVALID_PHYSICAL_CARD: :invalid_physical_card
1642
1643
 
1644
+ # The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
1645
+ INVALID_CRYPTOGRAM: :invalid_cryptogram
1646
+
1643
1647
  # The 3DS cardholder authentication verification value was invalid.
1644
1648
  INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE: :invalid_cardholder_authentication_verification_value
1645
1649
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.232.0
4
+ version: 1.233.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase