Skip to content

Commit ab05c7f

Browse files
feat(api): api update
1 parent 65e6416 commit ab05c7f

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5c964c697b9545e26471dd5e8c9b83f7efe803561637c072efd8706dfe3f1839.yml
3-
openapi_spec_hash: a8e4426f491b10f93457a6cd517d948e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-36f56ec639c447a9374b42b2dc9e278844c838d51b88c4f128e7e46662a75a81.yml
3+
openapi_spec_hash: 7c15b5db4bf14fd71f7220a445ae2ada
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/increase/types/card_push_transfer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class Decline(BaseModel):
170170
"expired_card",
171171
"transaction_not_permitted_to_cardholder",
172172
"transaction_not_allowed_at_terminal",
173+
"transaction_not_supported_or_blocked_by_issuer",
173174
"suspected_fraud",
174175
"activity_amount_limit_exceeded",
175176
"restricted_card",
@@ -226,6 +227,8 @@ class Decline(BaseModel):
226227
for this cardholder.
227228
- `transaction_not_allowed_at_terminal` - The transaction is not allowed at this
228229
terminal.
230+
- `transaction_not_supported_or_blocked_by_issuer` - The transaction is not
231+
supported or has been blocked by the issuer.
229232
- `suspected_fraud` - The transaction has been flagged as suspected fraud and
230233
cannot be processed.
231234
- `activity_amount_limit_exceeded` - The amount of activity on the card has

src/increase/types/card_validation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class Decline(BaseModel):
180180
"expired_card",
181181
"transaction_not_permitted_to_cardholder",
182182
"transaction_not_allowed_at_terminal",
183+
"transaction_not_supported_or_blocked_by_issuer",
183184
"suspected_fraud",
184185
"activity_amount_limit_exceeded",
185186
"restricted_card",
@@ -236,6 +237,8 @@ class Decline(BaseModel):
236237
for this cardholder.
237238
- `transaction_not_allowed_at_terminal` - The transaction is not allowed at this
238239
terminal.
240+
- `transaction_not_supported_or_blocked_by_issuer` - The transaction is not
241+
supported or has been blocked by the issuer.
239242
- `suspected_fraud` - The transaction has been flagged as suspected fraud and
240243
cannot be processed.
241244
- `activity_amount_limit_exceeded` - The amount of activity on the card has

src/increase/types/simulations/card_token_create_params.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class OutcomeDecline(TypedDict, total=False):
8181
"expired_card",
8282
"transaction_not_permitted_to_cardholder",
8383
"transaction_not_allowed_at_terminal",
84+
"transaction_not_supported_or_blocked_by_issuer",
8485
"suspected_fraud",
8586
"activity_amount_limit_exceeded",
8687
"restricted_card",
@@ -137,6 +138,8 @@ class OutcomeDecline(TypedDict, total=False):
137138
for this cardholder.
138139
- `transaction_not_allowed_at_terminal` - The transaction is not allowed at this
139140
terminal.
141+
- `transaction_not_supported_or_blocked_by_issuer` - The transaction is not
142+
supported or has been blocked by the issuer.
140143
- `suspected_fraud` - The transaction has been flagged as suspected fraud and
141144
cannot be processed.
142145
- `activity_amount_limit_exceeded` - The amount of activity on the card has

0 commit comments

Comments
 (0)