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.358.0"
".": "0.359.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: 220
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-35cc701c6ebaf8655f27698ffe4994ae7fa9dd843a66ea241f5d16e6c821dd66.yml
openapi_spec_hash: 456373dd9bda8b3aee816045915f22a0
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-33f2c95401f5925e452440863f26a701b345a2da75b2b3f9b3eb33936adef476.yml
openapi_spec_hash: 3a0f2ac488d1d8e875bd118940c81152
config_hash: f0b80170c2ea09811aeae3f1e94bc422
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.359.0 (2025-10-14)

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

### Features

* **api:** api update ([94a0dcf](https://github.com/Increase/increase-python/commit/94a0dcf8a62bfc6814317f0d004b8bd6565fb804))

## 0.358.0 (2025-10-14)

Full Changelog: [v0.357.0...v0.358.0](https://github.com/Increase/increase-python/compare/v0.357.0...v0.358.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.358.0"
version = "0.359.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.358.0" # x-release-please-version
__version__ = "0.359.0" # x-release-please-version
48 changes: 48 additions & 0 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,12 @@ class ElementCardAuthorizationNetworkDetails(BaseModel):


class ElementCardAuthorizationNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down Expand Up @@ -1183,6 +1189,12 @@ class ElementCardDeclineNetworkDetails(BaseModel):


class ElementCardDeclineNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down Expand Up @@ -1532,6 +1544,12 @@ class ElementCardDecline(BaseModel):


class ElementCardFuelConfirmationNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down Expand Up @@ -1768,6 +1786,12 @@ class ElementCardIncrementAdditionalAmounts(BaseModel):


class ElementCardIncrementNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down Expand Up @@ -1939,6 +1963,12 @@ class ElementCardRefundNetworkIdentifiers(BaseModel):
acquirer_reference_number: str
"""A globally unique identifier for this settlement."""

authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

transaction_id: Optional[str] = None
"""
A globally unique transaction identifier provided by the card network, used
Expand Down Expand Up @@ -2441,6 +2471,12 @@ class ElementCardRefund(BaseModel):


class ElementCardReversalNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down Expand Up @@ -2640,6 +2676,12 @@ class ElementCardSettlementNetworkIdentifiers(BaseModel):
acquirer_reference_number: str
"""A globally unique identifier for this settlement."""

authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

transaction_id: Optional[str] = None
"""
A globally unique transaction identifier provided by the card network, used
Expand Down Expand Up @@ -3478,6 +3520,12 @@ class ElementCardValidationNetworkDetails(BaseModel):


class ElementCardValidationNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

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 @@ -422,6 +422,12 @@ class SourceCardDeclineNetworkDetails(BaseModel):


class SourceCardDeclineNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down
6 changes: 6 additions & 0 deletions src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,12 @@ class SourceCardAuthorizationNetworkDetails(BaseModel):


class SourceCardAuthorizationNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down
6 changes: 6 additions & 0 deletions src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,12 @@ class CardAuthorizationNetworkDetails(BaseModel):


class CardAuthorizationNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down
18 changes: 18 additions & 0 deletions src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,12 @@ class SourceCardFinancialNetworkDetails(BaseModel):


class SourceCardFinancialNetworkIdentifiers(BaseModel):
authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

retrieval_reference_number: Optional[str] = None
"""A life-cycle identifier used across e.g., an authorization and a reversal.

Expand Down Expand Up @@ -1118,6 +1124,12 @@ class SourceCardRefundNetworkIdentifiers(BaseModel):
acquirer_reference_number: str
"""A globally unique identifier for this settlement."""

authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

transaction_id: Optional[str] = None
"""
A globally unique transaction identifier provided by the card network, used
Expand Down Expand Up @@ -1705,6 +1717,12 @@ class SourceCardSettlementNetworkIdentifiers(BaseModel):
acquirer_reference_number: str
"""A globally unique identifier for this settlement."""

authorization_identification_response: Optional[str] = None
"""
The randomly generated 6-character Authorization Identification Response code
sent back to the acquirer in an approved response.
"""

transaction_id: Optional[str] = None
"""
A globally unique transaction identifier provided by the card network, used
Expand Down