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.273.0"
".": "0.274.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: 202
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5fa3dfeb071930598ed9243dd96db808cf54d4a455c99b1acceadc3335f1a387.yml
openapi_spec_hash: 18dfa4d31cd512dcd83b646e40fb2c86
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-743c412709d3e4ca1ed8b1e2107036c9658afe40dd538c0576f64ae302087b4f.yml
openapi_spec_hash: 2a5da3cdf8dfb91dbd0f875cc180a3a1
config_hash: a185e9a72778cc4658ea73fb3a7f1354
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.274.0 (2025-07-29)

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

### Features

* **api:** api update ([6bea594](https://github.com/Increase/increase-python/commit/6bea5942b119324d73bbc194becef30d1ff88914))

## 0.273.0 (2025-07-29)

Full Changelog: [v0.272.0...v0.273.0](https://github.com/Increase/increase-python/compare/v0.272.0...v0.273.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.273.0"
version = "0.274.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.273.0" # x-release-please-version
__version__ = "0.274.0" # x-release-please-version
6 changes: 6 additions & 0 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,12 @@ class ElementCardDecline(BaseModel):
voucher authorization, where funds are credited to the cardholder.
"""

incremented_card_authorization_id: Optional[str] = None
"""
The identifier of the card authorization this request attempted to incrementally
authorize.
"""

merchant_acceptor_id: str
"""
The merchant identifier (commonly abbreviated as MID) of the merchant the card
Expand Down
6 changes: 6 additions & 0 deletions src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,12 @@ class SourceCardDecline(BaseModel):
voucher authorization, where funds are credited to the cardholder.
"""

incremented_card_authorization_id: Optional[str] = None
"""
The identifier of the card authorization this request attempted to incrementally
authorize.
"""

merchant_acceptor_id: str
"""
The merchant identifier (commonly abbreviated as MID) of the merchant the card
Expand Down