Skip to content

Commit 9321ecb

Browse files
feat(api): api update
1 parent aa66f99 commit 9321ecb

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-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-58c8e720561e1df665b4f5bf35a4dedba1dba3f01d20f8ef5f662d093c432f4d.yml
3-
openapi_spec_hash: 75dfc5fb4c8d03524aa1bc5587835039
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-732196e2e3b5f785aafd5a7035f8683adc6060fe483a24787e3b6085f99d1cfe.yml
3+
openapi_spec_hash: c929ecc168017a4a2d8343384a0a33f8
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/increase/types/card_push_transfer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ class Decline(BaseModel):
176176
"restricted_card",
177177
"security_violation",
178178
"transaction_does_not_fulfill_anti_money_laundering_requirement",
179+
"blocked_by_cardholder",
179180
"blocked_first_use",
180181
"credit_issuer_unavailable",
181182
"negative_card_verification_value_results",
@@ -240,6 +241,7 @@ class Decline(BaseModel):
240241
- `transaction_does_not_fulfill_anti_money_laundering_requirement` - The
241242
transaction does not meet the anti-money laundering requirements set by the
242243
issuer.
244+
- `blocked_by_cardholder` - The transaction was blocked by the cardholder.
243245
- `blocked_first_use` - The first use of the card has been blocked by the
244246
issuer.
245247
- `credit_issuer_unavailable` - The credit issuer is currently unavailable to

src/increase/types/card_validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ class Decline(BaseModel):
186186
"restricted_card",
187187
"security_violation",
188188
"transaction_does_not_fulfill_anti_money_laundering_requirement",
189+
"blocked_by_cardholder",
189190
"blocked_first_use",
190191
"credit_issuer_unavailable",
191192
"negative_card_verification_value_results",
@@ -250,6 +251,7 @@ class Decline(BaseModel):
250251
- `transaction_does_not_fulfill_anti_money_laundering_requirement` - The
251252
transaction does not meet the anti-money laundering requirements set by the
252253
issuer.
254+
- `blocked_by_cardholder` - The transaction was blocked by the cardholder.
253255
- `blocked_first_use` - The first use of the card has been blocked by the
254256
issuer.
255257
- `credit_issuer_unavailable` - The credit issuer is currently unavailable to

src/increase/types/simulations/card_token_create_params.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class OutcomeDecline(TypedDict, total=False):
8787
"restricted_card",
8888
"security_violation",
8989
"transaction_does_not_fulfill_anti_money_laundering_requirement",
90+
"blocked_by_cardholder",
9091
"blocked_first_use",
9192
"credit_issuer_unavailable",
9293
"negative_card_verification_value_results",
@@ -151,6 +152,7 @@ class OutcomeDecline(TypedDict, total=False):
151152
- `transaction_does_not_fulfill_anti_money_laundering_requirement` - The
152153
transaction does not meet the anti-money laundering requirements set by the
153154
issuer.
155+
- `blocked_by_cardholder` - The transaction was blocked by the cardholder.
154156
- `blocked_first_use` - The first use of the card has been blocked by the
155157
issuer.
156158
- `credit_issuer_unavailable` - The credit issuer is currently unavailable to

0 commit comments

Comments
 (0)