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 @@
{
".": "0.448.0"
".": "0.449.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-1bab7be736382985590e568f2b01d1a195c0228b8f2c6599d73335510113e41a.yml
openapi_spec_hash: 222819fc58fce5959c13e13b507239bc
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5444aa15ed771b293975e4ea457bbf96f3fd4268dab9cef1d64fc18efbba3718.yml
openapi_spec_hash: 94be74f7b294a338dd47d95721bb52ae
config_hash: 25d7d7aa4882db6189b4b53e8e249e80
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.449.0 (2026-03-18)

Full Changelog: [v0.448.0...v0.449.0](https://github.com/Increase/increase-python/compare/v0.448.0...v0.449.0)

### Features

* **api:** api update ([c64b544](https://github.com/Increase/increase-python/commit/c64b544745110bdfddd3bb1f437fcb63a1da4558))

## 0.448.0 (2026-03-18)

Full Changelog: [v0.447.0...v0.448.0](https://github.com/Increase/increase-python/compare/v0.447.0...v0.448.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.448.0"
version = "0.449.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.448.0" # x-release-please-version
__version__ = "0.449.0" # x-release-please-version
12 changes: 0 additions & 12 deletions src/increase/types/card_push_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,23 +196,18 @@ class Decline(BaseModel):
"incorrect_pin",
"allowable_number_of_pin_entry_tries_exceeded",
"unable_to_locate_previous_message",
"data_inconsistent_with_original_message",
"pin_error_found",
"cannot_verify_pin",
"verification_data_failed",
"surcharge_amount_not_supported_by_debit_network_issuer",
"cash_service_not_available",
"cashback_request_exceeds_issuer_limit",
"transaction_amount_exceeds_pre_authorized_approval_amount",
"invalid_biller_information",
"pin_change_request_declined",
"unsafe_pin",
"transaction_does_not_qualify_for_visa_pin",
"offline_declined",
"unable_to_go_online",
"valid_account_but_amount_not_supported",
"invalid_use_of_merchant_category_code_correct_and_reattempt",
"forward_to_issuer",
"card_authentication_failed",
]
"""The reason why the transfer was declined.
Expand Down Expand Up @@ -302,8 +297,6 @@ class Decline(BaseModel):
entry tries has been exceeded.
- `unable_to_locate_previous_message` - The previous message associated with the
transaction could not be located.
- `data_inconsistent_with_original_message` - The data in the transaction is
inconsistent with the original message.
- `pin_error_found` - An error was found with the PIN associated with the
transaction.
- `cannot_verify_pin` - The PIN associated with the transaction could not be
Expand All @@ -318,9 +311,6 @@ class Decline(BaseModel):
issuer limit.
- `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction
amount exceeds the pre-authorized approval amount.
- `invalid_biller_information` - The biller information provided is invalid.
- `pin_change_request_declined` - The PIN change request has been declined.
- `unsafe_pin` - The PIN provided is considered unsafe.
- `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify
for Visa PIN processing.
- `offline_declined` - The transaction was declined offline.
Expand All @@ -330,8 +320,6 @@ class Decline(BaseModel):
transaction amount is not supported.
- `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant
category code was used incorrectly; correct it and reattempt the transaction.
- `forward_to_issuer` - The transaction should be forwarded to the issuer for
processing.
- `card_authentication_failed` - The card authentication process has failed.
"""

Expand Down
12 changes: 0 additions & 12 deletions src/increase/types/card_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,23 +206,18 @@ class Decline(BaseModel):
"incorrect_pin",
"allowable_number_of_pin_entry_tries_exceeded",
"unable_to_locate_previous_message",
"data_inconsistent_with_original_message",
"pin_error_found",
"cannot_verify_pin",
"verification_data_failed",
"surcharge_amount_not_supported_by_debit_network_issuer",
"cash_service_not_available",
"cashback_request_exceeds_issuer_limit",
"transaction_amount_exceeds_pre_authorized_approval_amount",
"invalid_biller_information",
"pin_change_request_declined",
"unsafe_pin",
"transaction_does_not_qualify_for_visa_pin",
"offline_declined",
"unable_to_go_online",
"valid_account_but_amount_not_supported",
"invalid_use_of_merchant_category_code_correct_and_reattempt",
"forward_to_issuer",
"card_authentication_failed",
]
"""The reason why the validation was declined.
Expand Down Expand Up @@ -312,8 +307,6 @@ class Decline(BaseModel):
entry tries has been exceeded.
- `unable_to_locate_previous_message` - The previous message associated with the
transaction could not be located.
- `data_inconsistent_with_original_message` - The data in the transaction is
inconsistent with the original message.
- `pin_error_found` - An error was found with the PIN associated with the
transaction.
- `cannot_verify_pin` - The PIN associated with the transaction could not be
Expand All @@ -328,9 +321,6 @@ class Decline(BaseModel):
issuer limit.
- `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction
amount exceeds the pre-authorized approval amount.
- `invalid_biller_information` - The biller information provided is invalid.
- `pin_change_request_declined` - The PIN change request has been declined.
- `unsafe_pin` - The PIN provided is considered unsafe.
- `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify
for Visa PIN processing.
- `offline_declined` - The transaction was declined offline.
Expand All @@ -340,8 +330,6 @@ class Decline(BaseModel):
transaction amount is not supported.
- `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant
category code was used incorrectly; correct it and reattempt the transaction.
- `forward_to_issuer` - The transaction should be forwarded to the issuer for
processing.
- `card_authentication_failed` - The card authentication process has failed.
"""

Expand Down
12 changes: 0 additions & 12 deletions src/increase/types/simulations/card_token_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,18 @@ class OutcomeDecline(TypedDict, total=False):
"incorrect_pin",
"allowable_number_of_pin_entry_tries_exceeded",
"unable_to_locate_previous_message",
"data_inconsistent_with_original_message",
"pin_error_found",
"cannot_verify_pin",
"verification_data_failed",
"surcharge_amount_not_supported_by_debit_network_issuer",
"cash_service_not_available",
"cashback_request_exceeds_issuer_limit",
"transaction_amount_exceeds_pre_authorized_approval_amount",
"invalid_biller_information",
"pin_change_request_declined",
"unsafe_pin",
"transaction_does_not_qualify_for_visa_pin",
"offline_declined",
"unable_to_go_online",
"valid_account_but_amount_not_supported",
"invalid_use_of_merchant_category_code_correct_and_reattempt",
"forward_to_issuer",
"card_authentication_failed",
]
"""The reason for the decline.
Expand Down Expand Up @@ -213,8 +208,6 @@ class OutcomeDecline(TypedDict, total=False):
entry tries has been exceeded.
- `unable_to_locate_previous_message` - The previous message associated with the
transaction could not be located.
- `data_inconsistent_with_original_message` - The data in the transaction is
inconsistent with the original message.
- `pin_error_found` - An error was found with the PIN associated with the
transaction.
- `cannot_verify_pin` - The PIN associated with the transaction could not be
Expand All @@ -229,9 +222,6 @@ class OutcomeDecline(TypedDict, total=False):
issuer limit.
- `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction
amount exceeds the pre-authorized approval amount.
- `invalid_biller_information` - The biller information provided is invalid.
- `pin_change_request_declined` - The PIN change request has been declined.
- `unsafe_pin` - The PIN provided is considered unsafe.
- `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify
for Visa PIN processing.
- `offline_declined` - The transaction was declined offline.
Expand All @@ -241,8 +231,6 @@ class OutcomeDecline(TypedDict, total=False):
transaction amount is not supported.
- `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant
category code was used incorrectly; correct it and reattempt the transaction.
- `forward_to_issuer` - The transaction should be forwarded to the issuer for
processing.
- `card_authentication_failed` - The card authentication process has failed.
"""

Expand Down