Skip to content

Commit e48e50a

Browse files
feat(api): api update
1 parent 7c6275c commit e48e50a

File tree

4 files changed

+2
-38
lines changed

4 files changed

+2
-38
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/increase/types/card_push_transfer.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,23 +196,18 @@ class Decline(BaseModel):
196196
"incorrect_pin",
197197
"allowable_number_of_pin_entry_tries_exceeded",
198198
"unable_to_locate_previous_message",
199-
"data_inconsistent_with_original_message",
200199
"pin_error_found",
201200
"cannot_verify_pin",
202201
"verification_data_failed",
203202
"surcharge_amount_not_supported_by_debit_network_issuer",
204203
"cash_service_not_available",
205204
"cashback_request_exceeds_issuer_limit",
206205
"transaction_amount_exceeds_pre_authorized_approval_amount",
207-
"invalid_biller_information",
208-
"pin_change_request_declined",
209-
"unsafe_pin",
210206
"transaction_does_not_qualify_for_visa_pin",
211207
"offline_declined",
212208
"unable_to_go_online",
213209
"valid_account_but_amount_not_supported",
214210
"invalid_use_of_merchant_category_code_correct_and_reattempt",
215-
"forward_to_issuer",
216211
"card_authentication_failed",
217212
]
218213
"""The reason why the transfer was declined.
@@ -302,8 +297,6 @@ class Decline(BaseModel):
302297
entry tries has been exceeded.
303298
- `unable_to_locate_previous_message` - The previous message associated with the
304299
transaction could not be located.
305-
- `data_inconsistent_with_original_message` - The data in the transaction is
306-
inconsistent with the original message.
307300
- `pin_error_found` - An error was found with the PIN associated with the
308301
transaction.
309302
- `cannot_verify_pin` - The PIN associated with the transaction could not be
@@ -318,9 +311,6 @@ class Decline(BaseModel):
318311
issuer limit.
319312
- `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction
320313
amount exceeds the pre-authorized approval amount.
321-
- `invalid_biller_information` - The biller information provided is invalid.
322-
- `pin_change_request_declined` - The PIN change request has been declined.
323-
- `unsafe_pin` - The PIN provided is considered unsafe.
324314
- `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify
325315
for Visa PIN processing.
326316
- `offline_declined` - The transaction was declined offline.
@@ -330,8 +320,6 @@ class Decline(BaseModel):
330320
transaction amount is not supported.
331321
- `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant
332322
category code was used incorrectly; correct it and reattempt the transaction.
333-
- `forward_to_issuer` - The transaction should be forwarded to the issuer for
334-
processing.
335323
- `card_authentication_failed` - The card authentication process has failed.
336324
"""
337325

src/increase/types/card_validation.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -206,23 +206,18 @@ class Decline(BaseModel):
206206
"incorrect_pin",
207207
"allowable_number_of_pin_entry_tries_exceeded",
208208
"unable_to_locate_previous_message",
209-
"data_inconsistent_with_original_message",
210209
"pin_error_found",
211210
"cannot_verify_pin",
212211
"verification_data_failed",
213212
"surcharge_amount_not_supported_by_debit_network_issuer",
214213
"cash_service_not_available",
215214
"cashback_request_exceeds_issuer_limit",
216215
"transaction_amount_exceeds_pre_authorized_approval_amount",
217-
"invalid_biller_information",
218-
"pin_change_request_declined",
219-
"unsafe_pin",
220216
"transaction_does_not_qualify_for_visa_pin",
221217
"offline_declined",
222218
"unable_to_go_online",
223219
"valid_account_but_amount_not_supported",
224220
"invalid_use_of_merchant_category_code_correct_and_reattempt",
225-
"forward_to_issuer",
226221
"card_authentication_failed",
227222
]
228223
"""The reason why the validation was declined.
@@ -312,8 +307,6 @@ class Decline(BaseModel):
312307
entry tries has been exceeded.
313308
- `unable_to_locate_previous_message` - The previous message associated with the
314309
transaction could not be located.
315-
- `data_inconsistent_with_original_message` - The data in the transaction is
316-
inconsistent with the original message.
317310
- `pin_error_found` - An error was found with the PIN associated with the
318311
transaction.
319312
- `cannot_verify_pin` - The PIN associated with the transaction could not be
@@ -328,9 +321,6 @@ class Decline(BaseModel):
328321
issuer limit.
329322
- `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction
330323
amount exceeds the pre-authorized approval amount.
331-
- `invalid_biller_information` - The biller information provided is invalid.
332-
- `pin_change_request_declined` - The PIN change request has been declined.
333-
- `unsafe_pin` - The PIN provided is considered unsafe.
334324
- `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify
335325
for Visa PIN processing.
336326
- `offline_declined` - The transaction was declined offline.
@@ -340,8 +330,6 @@ class Decline(BaseModel):
340330
transaction amount is not supported.
341331
- `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant
342332
category code was used incorrectly; correct it and reattempt the transaction.
343-
- `forward_to_issuer` - The transaction should be forwarded to the issuer for
344-
processing.
345333
- `card_authentication_failed` - The card authentication process has failed.
346334
"""
347335

src/increase/types/simulations/card_token_create_params.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,23 +107,18 @@ class OutcomeDecline(TypedDict, total=False):
107107
"incorrect_pin",
108108
"allowable_number_of_pin_entry_tries_exceeded",
109109
"unable_to_locate_previous_message",
110-
"data_inconsistent_with_original_message",
111110
"pin_error_found",
112111
"cannot_verify_pin",
113112
"verification_data_failed",
114113
"surcharge_amount_not_supported_by_debit_network_issuer",
115114
"cash_service_not_available",
116115
"cashback_request_exceeds_issuer_limit",
117116
"transaction_amount_exceeds_pre_authorized_approval_amount",
118-
"invalid_biller_information",
119-
"pin_change_request_declined",
120-
"unsafe_pin",
121117
"transaction_does_not_qualify_for_visa_pin",
122118
"offline_declined",
123119
"unable_to_go_online",
124120
"valid_account_but_amount_not_supported",
125121
"invalid_use_of_merchant_category_code_correct_and_reattempt",
126-
"forward_to_issuer",
127122
"card_authentication_failed",
128123
]
129124
"""The reason for the decline.
@@ -213,8 +208,6 @@ class OutcomeDecline(TypedDict, total=False):
213208
entry tries has been exceeded.
214209
- `unable_to_locate_previous_message` - The previous message associated with the
215210
transaction could not be located.
216-
- `data_inconsistent_with_original_message` - The data in the transaction is
217-
inconsistent with the original message.
218211
- `pin_error_found` - An error was found with the PIN associated with the
219212
transaction.
220213
- `cannot_verify_pin` - The PIN associated with the transaction could not be
@@ -229,9 +222,6 @@ class OutcomeDecline(TypedDict, total=False):
229222
issuer limit.
230223
- `transaction_amount_exceeds_pre_authorized_approval_amount` - The transaction
231224
amount exceeds the pre-authorized approval amount.
232-
- `invalid_biller_information` - The biller information provided is invalid.
233-
- `pin_change_request_declined` - The PIN change request has been declined.
234-
- `unsafe_pin` - The PIN provided is considered unsafe.
235225
- `transaction_does_not_qualify_for_visa_pin` - The transaction does not qualify
236226
for Visa PIN processing.
237227
- `offline_declined` - The transaction was declined offline.
@@ -241,8 +231,6 @@ class OutcomeDecline(TypedDict, total=False):
241231
transaction amount is not supported.
242232
- `invalid_use_of_merchant_category_code_correct_and_reattempt` - The merchant
243233
category code was used incorrectly; correct it and reattempt the transaction.
244-
- `forward_to_issuer` - The transaction should be forwarded to the issuer for
245-
processing.
246234
- `card_authentication_failed` - The card authentication process has failed.
247235
"""
248236

0 commit comments

Comments
 (0)