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.179.0"
".": "0.180.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-936415a7c13aa6a9b75c94e06d628346ea373e89a34c5f4281dbfd68a5114b3c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-97fb48534a75d68acd544082e2352e69557d798f912cf62c85825e78d9102eca.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.180.0 (2025-01-27)

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

### Features

* **api:** api update ([#926](https://github.com/Increase/increase-python/issues/926)) ([a1a83b9](https://github.com/Increase/increase-python/commit/a1a83b93bbca68da844fde53b04f82fa2deb1347))

## 0.179.0 (2025-01-27)

Full Changelog: [v0.178.0...v0.179.0](https://github.com/Increase/increase-python/compare/v0.178.0...v0.179.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.179.0"
version = "0.180.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.179.0" # x-release-please-version
__version__ = "0.180.0" # x-release-please-version
12 changes: 12 additions & 0 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class ElementCardAuthorizationNetworkDetailsVisa(BaseModel):
"invalid_cardholder_authentication_verification_value",
"internal_visa_error",
"merchant_transaction_advisory_service_authentication_required",
"payment_fraud_disruption_acquirer_block",
"other",
]
] = None
Expand All @@ -173,6 +174,9 @@ class ElementCardAuthorizationNetworkDetailsVisa(BaseModel):
has enabled Visa's Transaction Advisory Service and requires further
authentication to perform the transaction. In practice this is often utilized
at fuel pumps to tell the cardholder to see the cashier.
- `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
such as card testing.
- `other` - An unspecific reason for stand-in processing.
"""

Expand Down Expand Up @@ -565,6 +569,7 @@ class ElementCardDeclineNetworkDetailsVisa(BaseModel):
"invalid_cardholder_authentication_verification_value",
"internal_visa_error",
"merchant_transaction_advisory_service_authentication_required",
"payment_fraud_disruption_acquirer_block",
"other",
]
] = None
Expand All @@ -586,6 +591,9 @@ class ElementCardDeclineNetworkDetailsVisa(BaseModel):
has enabled Visa's Transaction Advisory Service and requires further
authentication to perform the transaction. In practice this is often utilized
at fuel pumps to tell the cardholder to see the cashier.
- `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
such as card testing.
- `other` - An unspecific reason for stand-in processing.
"""

Expand Down Expand Up @@ -2411,6 +2419,7 @@ class ElementCardValidationNetworkDetailsVisa(BaseModel):
"invalid_cardholder_authentication_verification_value",
"internal_visa_error",
"merchant_transaction_advisory_service_authentication_required",
"payment_fraud_disruption_acquirer_block",
"other",
]
] = None
Expand All @@ -2432,6 +2441,9 @@ class ElementCardValidationNetworkDetailsVisa(BaseModel):
has enabled Visa's Transaction Advisory Service and requires further
authentication to perform the transaction. In practice this is often utilized
at fuel pumps to tell the cardholder to see the cashier.
- `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
such as card testing.
- `other` - An unspecific reason for stand-in processing.
"""

Expand Down
4 changes: 4 additions & 0 deletions src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class SourceCardDeclineNetworkDetailsVisa(BaseModel):
"invalid_cardholder_authentication_verification_value",
"internal_visa_error",
"merchant_transaction_advisory_service_authentication_required",
"payment_fraud_disruption_acquirer_block",
"other",
]
] = None
Expand All @@ -221,6 +222,9 @@ class SourceCardDeclineNetworkDetailsVisa(BaseModel):
has enabled Visa's Transaction Advisory Service and requires further
authentication to perform the transaction. In practice this is often utilized
at fuel pumps to tell the cardholder to see the cashier.
- `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
such as card testing.
- `other` - An unspecific reason for stand-in processing.
"""

Expand Down
4 changes: 4 additions & 0 deletions src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class SourceCardAuthorizationNetworkDetailsVisa(BaseModel):
"invalid_cardholder_authentication_verification_value",
"internal_visa_error",
"merchant_transaction_advisory_service_authentication_required",
"payment_fraud_disruption_acquirer_block",
"other",
]
] = None
Expand All @@ -168,6 +169,9 @@ class SourceCardAuthorizationNetworkDetailsVisa(BaseModel):
has enabled Visa's Transaction Advisory Service and requires further
authentication to perform the transaction. In practice this is often utilized
at fuel pumps to tell the cardholder to see the cashier.
- `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
such as card testing.
- `other` - An unspecific reason for stand-in processing.
"""

Expand Down
4 changes: 4 additions & 0 deletions src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class CardAuthorizationNetworkDetailsVisa(BaseModel):
"invalid_cardholder_authentication_verification_value",
"internal_visa_error",
"merchant_transaction_advisory_service_authentication_required",
"payment_fraud_disruption_acquirer_block",
"other",
]
] = None
Expand All @@ -183,6 +184,9 @@ class CardAuthorizationNetworkDetailsVisa(BaseModel):
has enabled Visa's Transaction Advisory Service and requires further
authentication to perform the transaction. In practice this is often utilized
at fuel pumps to tell the cardholder to see the cashier.
- `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
such as card testing.
- `other` - An unspecific reason for stand-in processing.
"""

Expand Down
Loading