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.276.0"
".": "1.277.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: 236
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-63d432438e53e7ef1697b512a4f93fbc62faaceba725ccd8d56036206517deec.yml
openapi_spec_hash: 7de476081771994688a1c04508a3ebea
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-83b14e7fc19ffc252017eb4d438bfefde36b3a92a235ed669838d2fadcfdf4e8.yml
openapi_spec_hash: 581503d1dea135d37c180f632120c0b5
config_hash: 4945e03affdf289484733306e4797f81
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.277.0 (2026-03-31)

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

### Features

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


### Chores

* **tests:** bump steady to v0.20.1 ([46dc443](https://github.com/Increase/increase-ruby/commit/46dc44380e78a70ebbbc8dd32445b658cba996d4))

## 1.276.0 (2026-03-30)

Full Changelog: [v1.275.0...v1.276.0](https://github.com/Increase/increase-ruby/compare/v1.275.0...v1.276.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.276.0)
increase (1.277.0)
cgi
connection_pool
standardwebhooks
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.276.0"
gem "increase", "~> 1.277.0"
```

<!-- x-release-please-end -->
Expand Down
6 changes: 3 additions & 3 deletions lib/increase/models/declined_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,15 @@ module Reason
# The transaction is not allowed per Increase's terms.
TRANSACTION_NOT_ALLOWED = :transaction_not_allowed

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST = :returned_per_odfi_request

# Your integration declined this transfer via the API.
USER_INITIATED = :user_initiated

# Your account contains insufficient funds.
INSUFFICIENT_FUNDS = :insufficient_funds

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST = :returned_per_odfi_request

# The customer no longer authorizes this transaction.
AUTHORIZATION_REVOKED_BY_CUSTOMER = :authorization_revoked_by_customer

Expand Down
6 changes: 3 additions & 3 deletions lib/increase/models/inbound_ach_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,15 @@ module Reason
# The transaction is not allowed per Increase's terms.
TRANSACTION_NOT_ALLOWED = :transaction_not_allowed

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST = :returned_per_odfi_request

# Your integration declined this transfer via the API.
USER_INITIATED = :user_initiated

# Your account contains insufficient funds.
INSUFFICIENT_FUNDS = :insufficient_funds

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST = :returned_per_odfi_request

# The customer no longer authorizes this transaction.
AUTHORIZATION_REVOKED_BY_CUSTOMER = :authorization_revoked_by_customer

Expand Down
3 changes: 0 additions & 3 deletions lib/increase/models/inbound_ach_transfer_decline_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ module Reason
# The customer's account has insufficient funds. This reason is only allowed for debits. The Nacha return code is R01.
INSUFFICIENT_FUNDS = :insufficient_funds

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request. The Nacha return code is R06.
RETURNED_PER_ODFI_REQUEST = :returned_per_odfi_request

# The customer no longer authorizes this transaction. The Nacha return code is R07.
AUTHORIZATION_REVOKED_BY_CUSTOMER = :authorization_revoked_by_customer

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.276.0"
VERSION = "1.277.0"
end
14 changes: 7 additions & 7 deletions rbi/increase/models/declined_transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,13 @@ module Increase
Increase::DeclinedTransaction::Source::ACHDecline::Reason::TaggedSymbol
)

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST =
T.let(
:returned_per_odfi_request,
Increase::DeclinedTransaction::Source::ACHDecline::Reason::TaggedSymbol
)

# Your integration declined this transfer via the API.
USER_INITIATED =
T.let(
Expand All @@ -752,13 +759,6 @@ module Increase
Increase::DeclinedTransaction::Source::ACHDecline::Reason::TaggedSymbol
)

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST =
T.let(
:returned_per_odfi_request,
Increase::DeclinedTransaction::Source::ACHDecline::Reason::TaggedSymbol
)

# The customer no longer authorizes this transaction.
AUTHORIZATION_REVOKED_BY_CUSTOMER =
T.let(
Expand Down
14 changes: 7 additions & 7 deletions rbi/increase/models/inbound_ach_transfer.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,13 @@ module Increase
Increase::InboundACHTransfer::Decline::Reason::TaggedSymbol
)

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST =
T.let(
:returned_per_odfi_request,
Increase::InboundACHTransfer::Decline::Reason::TaggedSymbol
)

# Your integration declined this transfer via the API.
USER_INITIATED =
T.let(
Expand All @@ -659,13 +666,6 @@ module Increase
Increase::InboundACHTransfer::Decline::Reason::TaggedSymbol
)

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST =
T.let(
:returned_per_odfi_request,
Increase::InboundACHTransfer::Decline::Reason::TaggedSymbol
)

# The customer no longer authorizes this transaction.
AUTHORIZATION_REVOKED_BY_CUSTOMER =
T.let(
Expand Down
7 changes: 0 additions & 7 deletions rbi/increase/models/inbound_ach_transfer_decline_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ module Increase
Increase::InboundACHTransferDeclineParams::Reason::TaggedSymbol
)

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request. The Nacha return code is R06.
RETURNED_PER_ODFI_REQUEST =
T.let(
:returned_per_odfi_request,
Increase::InboundACHTransferDeclineParams::Reason::TaggedSymbol
)

# The customer no longer authorizes this transaction. The Nacha return code is R07.
AUTHORIZATION_REVOKED_BY_CUSTOMER =
T.let(
Expand Down
6 changes: 3 additions & 3 deletions scripts/mock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ echo "==> Starting mock server with URL ${URL}"
# Run steady mock on the given spec
if [ "$1" == "--daemon" ]; then
# Pre-install the package so the download doesn't eat into the startup timeout
npm exec --package=@stdy/cli@0.19.7 -- steady --version
npm exec --package=@stdy/cli@0.20.1 -- steady --version

npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log &
npm exec --package=@stdy/cli@0.20.1 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log &

# Wait for server to come online via health endpoint (max 30s)
echo -n "Waiting for server"
Expand All @@ -48,5 +48,5 @@ if [ "$1" == "--daemon" ]; then

echo
else
npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL"
npm exec --package=@stdy/cli@0.20.1 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL"
fi
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ elif ! steady_is_running ; then
echo -e "To run the server, pass in the path or url of your OpenAPI"
echo -e "spec to the steady command:"
echo
echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.19.7 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}"
echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.20.1 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}"
echo

exit 1
Expand Down
8 changes: 4 additions & 4 deletions sig/increase/models/declined_transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ module Increase
| :entity_not_active
| :group_locked
| :transaction_not_allowed
| :returned_per_odfi_request
| :user_initiated
| :insufficient_funds
| :returned_per_odfi_request
| :authorization_revoked_by_customer
| :payment_stopped
| :customer_advised_unauthorized_improper_ineligible_or_incomplete
Expand Down Expand Up @@ -296,15 +296,15 @@ module Increase
# The transaction is not allowed per Increase's terms.
TRANSACTION_NOT_ALLOWED: :transaction_not_allowed

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST: :returned_per_odfi_request

# Your integration declined this transfer via the API.
USER_INITIATED: :user_initiated

# Your account contains insufficient funds.
INSUFFICIENT_FUNDS: :insufficient_funds

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST: :returned_per_odfi_request

# The customer no longer authorizes this transaction.
AUTHORIZATION_REVOKED_BY_CUSTOMER: :authorization_revoked_by_customer

Expand Down
8 changes: 4 additions & 4 deletions sig/increase/models/inbound_ach_transfer.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ module Increase
| :entity_not_active
| :group_locked
| :transaction_not_allowed
| :returned_per_odfi_request
| :user_initiated
| :insufficient_funds
| :returned_per_odfi_request
| :authorization_revoked_by_customer
| :payment_stopped
| :customer_advised_unauthorized_improper_ineligible_or_incomplete
Expand Down Expand Up @@ -284,15 +284,15 @@ module Increase
# The transaction is not allowed per Increase's terms.
TRANSACTION_NOT_ALLOWED: :transaction_not_allowed

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST: :returned_per_odfi_request

# Your integration declined this transfer via the API.
USER_INITIATED: :user_initiated

# Your account contains insufficient funds.
INSUFFICIENT_FUNDS: :insufficient_funds

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request.
RETURNED_PER_ODFI_REQUEST: :returned_per_odfi_request

# The customer no longer authorizes this transaction.
AUTHORIZATION_REVOKED_BY_CUSTOMER: :authorization_revoked_by_customer

Expand Down
4 changes: 0 additions & 4 deletions sig/increase/models/inbound_ach_transfer_decline_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module Increase

type reason =
:insufficient_funds
| :returned_per_odfi_request
| :authorization_revoked_by_customer
| :payment_stopped
| :customer_advised_unauthorized_improper_ineligible_or_incomplete
Expand All @@ -49,9 +48,6 @@ module Increase
# The customer's account has insufficient funds. This reason is only allowed for debits. The Nacha return code is R01.
INSUFFICIENT_FUNDS: :insufficient_funds

# The originating financial institution asked for this transfer to be returned. The receiving bank is complying with the request. The Nacha return code is R06.
RETURNED_PER_ODFI_REQUEST: :returned_per_odfi_request

# The customer no longer authorizes this transaction. The Nacha return code is R07.
AUTHORIZATION_REVOKED_BY_CUSTOMER: :authorization_revoked_by_customer

Expand Down