Skip to content

Commit fc6d511

Browse files
feat(api): api update
1 parent 4c83d35 commit fc6d511

File tree

4 files changed

+2
-32
lines changed

4 files changed

+2
-32
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-1bab7be736382985590e568f2b01d1a195c0228b8f2c6599d73335510113e41a.yml
3-
openapi_spec_hash: 222819fc58fce5959c13e13b507239bc
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5444aa15ed771b293975e4ea457bbf96f3fd4268dab9cef1d64fc18efbba3718.yml
3+
openapi_spec_hash: 94be74f7b294a338dd47d95721bb52ae
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/CardPushTransfers/CardPushTransfer/Decline/Reason.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ enum Reason: string
107107

108108
case UNABLE_TO_LOCATE_PREVIOUS_MESSAGE = 'unable_to_locate_previous_message';
109109

110-
case DATA_INCONSISTENT_WITH_ORIGINAL_MESSAGE = 'data_inconsistent_with_original_message';
111-
112110
case PIN_ERROR_FOUND = 'pin_error_found';
113111

114112
case CANNOT_VERIFY_PIN = 'cannot_verify_pin';
@@ -123,12 +121,6 @@ enum Reason: string
123121

124122
case TRANSACTION_AMOUNT_EXCEEDS_PRE_AUTHORIZED_APPROVAL_AMOUNT = 'transaction_amount_exceeds_pre_authorized_approval_amount';
125123

126-
case INVALID_BILLER_INFORMATION = 'invalid_biller_information';
127-
128-
case PIN_CHANGE_REQUEST_DECLINED = 'pin_change_request_declined';
129-
130-
case UNSAFE_PIN = 'unsafe_pin';
131-
132124
case TRANSACTION_DOES_NOT_QUALIFY_FOR_VISA_PIN = 'transaction_does_not_qualify_for_visa_pin';
133125

134126
case OFFLINE_DECLINED = 'offline_declined';
@@ -139,7 +131,5 @@ enum Reason: string
139131

140132
case INVALID_USE_OF_MERCHANT_CATEGORY_CODE_CORRECT_AND_REATTEMPT = 'invalid_use_of_merchant_category_code_correct_and_reattempt';
141133

142-
case FORWARD_TO_ISSUER = 'forward_to_issuer';
143-
144134
case CARD_AUTHENTICATION_FAILED = 'card_authentication_failed';
145135
}

src/CardValidations/CardValidation/Decline/Reason.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ enum Reason: string
107107

108108
case UNABLE_TO_LOCATE_PREVIOUS_MESSAGE = 'unable_to_locate_previous_message';
109109

110-
case DATA_INCONSISTENT_WITH_ORIGINAL_MESSAGE = 'data_inconsistent_with_original_message';
111-
112110
case PIN_ERROR_FOUND = 'pin_error_found';
113111

114112
case CANNOT_VERIFY_PIN = 'cannot_verify_pin';
@@ -123,12 +121,6 @@ enum Reason: string
123121

124122
case TRANSACTION_AMOUNT_EXCEEDS_PRE_AUTHORIZED_APPROVAL_AMOUNT = 'transaction_amount_exceeds_pre_authorized_approval_amount';
125123

126-
case INVALID_BILLER_INFORMATION = 'invalid_biller_information';
127-
128-
case PIN_CHANGE_REQUEST_DECLINED = 'pin_change_request_declined';
129-
130-
case UNSAFE_PIN = 'unsafe_pin';
131-
132124
case TRANSACTION_DOES_NOT_QUALIFY_FOR_VISA_PIN = 'transaction_does_not_qualify_for_visa_pin';
133125

134126
case OFFLINE_DECLINED = 'offline_declined';
@@ -139,7 +131,5 @@ enum Reason: string
139131

140132
case INVALID_USE_OF_MERCHANT_CATEGORY_CODE_CORRECT_AND_REATTEMPT = 'invalid_use_of_merchant_category_code_correct_and_reattempt';
141133

142-
case FORWARD_TO_ISSUER = 'forward_to_issuer';
143-
144134
case CARD_AUTHENTICATION_FAILED = 'card_authentication_failed';
145135
}

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ enum Reason: string
107107

108108
case UNABLE_TO_LOCATE_PREVIOUS_MESSAGE = 'unable_to_locate_previous_message';
109109

110-
case DATA_INCONSISTENT_WITH_ORIGINAL_MESSAGE = 'data_inconsistent_with_original_message';
111-
112110
case PIN_ERROR_FOUND = 'pin_error_found';
113111

114112
case CANNOT_VERIFY_PIN = 'cannot_verify_pin';
@@ -123,12 +121,6 @@ enum Reason: string
123121

124122
case TRANSACTION_AMOUNT_EXCEEDS_PRE_AUTHORIZED_APPROVAL_AMOUNT = 'transaction_amount_exceeds_pre_authorized_approval_amount';
125123

126-
case INVALID_BILLER_INFORMATION = 'invalid_biller_information';
127-
128-
case PIN_CHANGE_REQUEST_DECLINED = 'pin_change_request_declined';
129-
130-
case UNSAFE_PIN = 'unsafe_pin';
131-
132124
case TRANSACTION_DOES_NOT_QUALIFY_FOR_VISA_PIN = 'transaction_does_not_qualify_for_visa_pin';
133125

134126
case OFFLINE_DECLINED = 'offline_declined';
@@ -139,7 +131,5 @@ enum Reason: string
139131

140132
case INVALID_USE_OF_MERCHANT_CATEGORY_CODE_CORRECT_AND_REATTEMPT = 'invalid_use_of_merchant_category_code_correct_and_reattempt';
141133

142-
case FORWARD_TO_ISSUER = 'forward_to_issuer';
143-
144134
case CARD_AUTHENTICATION_FAILED = 'card_authentication_failed';
145135
}

0 commit comments

Comments
 (0)