Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.232.0"
".": "1.233.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 234
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5ad5e7687261a6a66ca0b94fed6765c7f703e809a4ad1ea2697f13125b2a4149.yml
openapi_spec_hash: d0109b057a653545ee169947b9aa76b2
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-561b73fd99114001dc2e93ee7371e33969398e7bc5b7e78dd1b3e8eea8e254ff.yml
openapi_spec_hash: 3b0ba693d170e8b422ba9255cdc96853
config_hash: 890ca5fa6b8209d4eaac90550c7dc62c
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.233.0 (2026-03-05)

Full Changelog: [v1.232.0...v1.233.0](https://github.com/Increase/increase-ruby/compare/v1.232.0...v1.233.0)

### Features

* **api:** api update ([b54bea1](https://github.com/Increase/increase-ruby/commit/b54bea11390a8b03669a6a332f153448e259d9c9))

## 1.232.0 (2026-03-05)

Full Changelog: [v1.231.0...v1.232.0](https://github.com/Increase/increase-ruby/compare/v1.231.0...v1.232.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.232.0)
increase (1.233.0)
cgi
connection_pool

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.232.0"
gem "increase", "~> 1.233.0"
```

<!-- x-release-please-end -->
Expand Down
30 changes: 24 additions & 6 deletions lib/increase/models/card_payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2131,9 +2131,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down Expand Up @@ -3416,9 +3419,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down Expand Up @@ -4655,9 +4661,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down Expand Up @@ -4887,12 +4896,15 @@ module Reason
# Declined by stand-in processing.
DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing

# The card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The original card authorization for this incremental authorization does not exist.
MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The transaction was declined because the 3DS authentication failed.
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication

Expand Down Expand Up @@ -6003,9 +6015,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down Expand Up @@ -11046,9 +11061,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down
10 changes: 8 additions & 2 deletions lib/increase/models/declined_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1387,9 +1387,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down Expand Up @@ -1619,12 +1622,15 @@ module Reason
# Declined by stand-in processing.
DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing

# The card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The original card authorization for this incremental authorization does not exist.
MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The transaction was declined because the 3DS authentication failed.
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication

Expand Down
5 changes: 4 additions & 1 deletion lib/increase/models/pending_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1511,9 +1511,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down
10 changes: 8 additions & 2 deletions lib/increase/models/real_time_decision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1220,9 +1220,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down Expand Up @@ -2496,9 +2499,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,15 @@ module DeclineReason
# Declined by stand-in processing.
DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing

# The card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The original card authorization for this incremental authorization does not exist.
MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The transaction was declined because the 3DS authentication failed.
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication

Expand Down Expand Up @@ -265,9 +268,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,15 @@ module DeclineReason
# Declined by stand-in processing.
DECLINED_BY_STAND_IN_PROCESSING = :declined_by_stand_in_processing

# The card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The original card authorization for this incremental authorization does not exist.
MISSING_ORIGINAL_AUTHORIZATION = :missing_original_authorization

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The transaction was declined because the 3DS authentication failed.
FAILED_3DS_AUTHENTICATION = :failed_3ds_authentication

Expand Down Expand Up @@ -248,9 +251,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down
5 changes: 4 additions & 1 deletion lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2365,9 +2365,12 @@ module StandInProcessingReason
# Increase failed to process the authorization in a timely manner.
ISSUER_ERROR = :issuer_error

# The physical card read had an invalid CVV, dCVV, or authorization request cryptogram.
# The physical card read had an invalid CVV or dCVV.
INVALID_PHYSICAL_CARD = :invalid_physical_card

# The card's authorization request cryptogram was invalid. The cryptogram can be from a physical card or a Digital Wallet Token purchase.
INVALID_CRYPTOGRAM = :invalid_cryptogram

# The 3DS cardholder authentication verification value was invalid.
INVALID_CARDHOLDER_AUTHENTICATION_VERIFICATION_VALUE =
:invalid_cardholder_authentication_verification_value
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.232.0"
VERSION = "1.233.0"
end
Loading