Skip to content

Commit 34897b7

Browse files
feat(api): api update
1 parent 7dc321b commit 34897b7

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-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/CardPushTransfers/CardPushTransfer/Decline/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ enum Reason: string
5555

5656
case TRANSACTION_NOT_ALLOWED_AT_TERMINAL = 'transaction_not_allowed_at_terminal';
5757

58+
case TRANSACTION_NOT_SUPPORTED_OR_BLOCKED_BY_ISSUER = 'transaction_not_supported_or_blocked_by_issuer';
59+
5860
case SUSPECTED_FRAUD = 'suspected_fraud';
5961

6062
case ACTIVITY_AMOUNT_LIMIT_EXCEEDED = 'activity_amount_limit_exceeded';

src/CardValidations/CardValidation/Decline/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ enum Reason: string
5555

5656
case TRANSACTION_NOT_ALLOWED_AT_TERMINAL = 'transaction_not_allowed_at_terminal';
5757

58+
case TRANSACTION_NOT_SUPPORTED_OR_BLOCKED_BY_ISSUER = 'transaction_not_supported_or_blocked_by_issuer';
59+
5860
case SUSPECTED_FRAUD = 'suspected_fraud';
5961

6062
case ACTIVITY_AMOUNT_LIMIT_EXCEEDED = 'activity_amount_limit_exceeded';

src/Simulations/CardTokens/CardTokenCreateParams/Outcome/Decline/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ enum Reason: string
5555

5656
case TRANSACTION_NOT_ALLOWED_AT_TERMINAL = 'transaction_not_allowed_at_terminal';
5757

58+
case TRANSACTION_NOT_SUPPORTED_OR_BLOCKED_BY_ISSUER = 'transaction_not_supported_or_blocked_by_issuer';
59+
5860
case SUSPECTED_FRAUD = 'suspected_fraud';
5961

6062
case ACTIVITY_AMOUNT_LIMIT_EXCEEDED = 'activity_amount_limit_exceeded';

0 commit comments

Comments
 (0)