Skip to content

Commit 8616438

Browse files
authored
Merge pull request #178 from CyberSource/release/10-FEBRUARY-2026
Automated release commit on 10-FEBRUARY-2026
2 parents d084a7c + 08f3acf commit 8616438

File tree

423 files changed

+18782
-15346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

423 files changed

+18782
-15346
lines changed

CyberSource/__init__.py

Lines changed: 82 additions & 78 deletions
Large diffs are not rendered by default.

CyberSource/api/bank_account_validation_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def bank_account_validation_request(self, account_validations_request, **kwargs)
6060
:param callback function: The callback function
6161
for asynchronous request. (optional)
6262
:param AccountValidationsRequest account_validations_request: (required)
63-
:return: InlineResponse20014
63+
:return: InlineResponse20015
6464
If the method is called asynchronously,
6565
returns the request thread.
6666
@@ -92,7 +92,7 @@ def bank_account_validation_request_with_http_info(self, account_validations_req
9292
:param callback function: The callback function
9393
for asynchronous request. (optional)
9494
:param AccountValidationsRequest account_validations_request: (required)
95-
:return: InlineResponse20014
95+
:return: InlineResponse20015
9696
If the method is called asynchronously,
9797
returns the request thread.
9898
"""
@@ -159,7 +159,7 @@ def bank_account_validation_request_with_http_info(self, account_validations_req
159159
body=body_params,
160160
post_params=form_params,
161161
files=local_var_files,
162-
response_type='InlineResponse20014',
162+
response_type='InlineResponse20015',
163163
auth_settings=auth_settings,
164164
callback=params.get('callback'),
165165
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/batches_api.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_batch_report(self, batch_id, **kwargs):
6060
:param callback function: The callback function
6161
for asynchronous request. (optional)
6262
:param str batch_id: Unique identification number assigned to the submitted request. (required)
63-
:return: InlineResponse20013
63+
:return: InlineResponse20014
6464
If the method is called asynchronously,
6565
returns the request thread.
6666
"""
@@ -89,7 +89,7 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs):
8989
:param callback function: The callback function
9090
for asynchronous request. (optional)
9191
:param str batch_id: Unique identification number assigned to the submitted request. (required)
92-
:return: InlineResponse20013
92+
:return: InlineResponse20014
9393
If the method is called asynchronously,
9494
returns the request thread.
9595
"""
@@ -160,7 +160,7 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs):
160160
body=body_params,
161161
post_params=form_params,
162162
files=local_var_files,
163-
response_type='InlineResponse20013',
163+
response_type='InlineResponse20014',
164164
auth_settings=auth_settings,
165165
callback=params.get('callback'),
166166
_return_http_data_only=params.get('_return_http_data_only'),
@@ -184,7 +184,7 @@ def get_batch_status(self, batch_id, **kwargs):
184184
:param callback function: The callback function
185185
for asynchronous request. (optional)
186186
:param str batch_id: Unique identification number assigned to the submitted request. (required)
187-
:return: InlineResponse20012
187+
:return: InlineResponse20013
188188
If the method is called asynchronously,
189189
returns the request thread.
190190
"""
@@ -213,7 +213,7 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs):
213213
:param callback function: The callback function
214214
for asynchronous request. (optional)
215215
:param str batch_id: Unique identification number assigned to the submitted request. (required)
216-
:return: InlineResponse20012
216+
:return: InlineResponse20013
217217
If the method is called asynchronously,
218218
returns the request thread.
219219
"""
@@ -284,7 +284,7 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs):
284284
body=body_params,
285285
post_params=form_params,
286286
files=local_var_files,
287-
response_type='InlineResponse20012',
287+
response_type='InlineResponse20013',
288288
auth_settings=auth_settings,
289289
callback=params.get('callback'),
290290
_return_http_data_only=params.get('_return_http_data_only'),
@@ -311,7 +311,7 @@ def get_batches_list(self, **kwargs):
311311
:param int limit: The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
312312
:param str from_date: ISO-8601 format: yyyyMMddTHHmmssZ
313313
:param str to_date: ISO-8601 format: yyyyMMddTHHmmssZ
314-
:return: InlineResponse20011
314+
:return: InlineResponse20012
315315
If the method is called asynchronously,
316316
returns the request thread.
317317
"""
@@ -343,7 +343,7 @@ def get_batches_list_with_http_info(self, **kwargs):
343343
:param int limit: The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
344344
:param str from_date: ISO-8601 format: yyyyMMddTHHmmssZ
345345
:param str to_date: ISO-8601 format: yyyyMMddTHHmmssZ
346-
:return: InlineResponse20011
346+
:return: InlineResponse20012
347347
If the method is called asynchronously,
348348
returns the request thread.
349349
"""
@@ -415,7 +415,7 @@ def get_batches_list_with_http_info(self, **kwargs):
415415
body=body_params,
416416
post_params=form_params,
417417
files=local_var_files,
418-
response_type='InlineResponse20011',
418+
response_type='InlineResponse20012',
419419
auth_settings=auth_settings,
420420
callback=params.get('callback'),
421421
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/bin_lookup_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_account_info(self, create_bin_lookup_request, **kwargs):
6060
:param callback function: The callback function
6161
for asynchronous request. (optional)
6262
:param CreateBinLookupRequest create_bin_lookup_request: (required)
63-
:return: InlineResponse2012
63+
:return: InlineResponse2013
6464
If the method is called asynchronously,
6565
returns the request thread.
6666
@@ -92,7 +92,7 @@ def get_account_info_with_http_info(self, create_bin_lookup_request, **kwargs):
9292
:param callback function: The callback function
9393
for asynchronous request. (optional)
9494
:param CreateBinLookupRequest create_bin_lookup_request: (required)
95-
:return: InlineResponse2012
95+
:return: InlineResponse2013
9696
If the method is called asynchronously,
9797
returns the request thread.
9898
"""
@@ -159,7 +159,7 @@ def get_account_info_with_http_info(self, create_bin_lookup_request, **kwargs):
159159
body=body_params,
160160
post_params=form_params,
161161
files=local_var_files,
162-
response_type='InlineResponse2012',
162+
response_type='InlineResponse2013',
163163
auth_settings=auth_settings,
164164
callback=params.get('callback'),
165165
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/create_new_webhooks_api.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def find_products_to_subscribe(self, organization_id, **kwargs):
6060
:param callback function: The callback function
6161
for asynchronous request. (optional)
6262
:param str organization_id: The Organization Identifier. (required)
63-
:return: list[InlineResponse2005]
63+
:return: list[InlineResponse2006]
6464
If the method is called asynchronously,
6565
returns the request thread.
6666
"""
@@ -89,7 +89,7 @@ def find_products_to_subscribe_with_http_info(self, organization_id, **kwargs):
8989
:param callback function: The callback function
9090
for asynchronous request. (optional)
9191
:param str organization_id: The Organization Identifier. (required)
92-
:return: list[InlineResponse2005]
92+
:return: list[InlineResponse2006]
9393
If the method is called asynchronously,
9494
returns the request thread.
9595
"""
@@ -160,7 +160,7 @@ def find_products_to_subscribe_with_http_info(self, organization_id, **kwargs):
160160
body=body_params,
161161
post_params=form_params,
162162
files=local_var_files,
163-
response_type='list[InlineResponse2005]',
163+
response_type='list[InlineResponse2006]',
164164
auth_settings=auth_settings,
165165
callback=params.get('callback'),
166166
_return_http_data_only=params.get('_return_http_data_only'),
@@ -184,7 +184,7 @@ def notification_subscriptions_v2_webhooks_post(self, **kwargs):
184184
:param callback function: The callback function
185185
for asynchronous request. (optional)
186186
:param CreateWebhook create_webhook: The webhook payload
187-
:return: InlineResponse2015
187+
:return: InlineResponse2016
188188
If the method is called asynchronously,
189189
returns the request thread.
190190
"""
@@ -213,7 +213,7 @@ def notification_subscriptions_v2_webhooks_post_with_http_info(self, **kwargs):
213213
:param callback function: The callback function
214214
for asynchronous request. (optional)
215215
:param CreateWebhook create_webhook: The webhook payload
216-
:return: InlineResponse2015
216+
:return: InlineResponse2016
217217
If the method is called asynchronously,
218218
returns the request thread.
219219
"""
@@ -276,7 +276,7 @@ def notification_subscriptions_v2_webhooks_post_with_http_info(self, **kwargs):
276276
body=body_params,
277277
post_params=form_params,
278278
files=local_var_files,
279-
response_type='InlineResponse2015',
279+
response_type='InlineResponse2016',
280280
auth_settings=auth_settings,
281281
callback=params.get('callback'),
282282
_return_http_data_only=params.get('_return_http_data_only'),
@@ -303,7 +303,7 @@ def save_sym_egress_key(self, v_c_sender_organization_id, v_c_permissions, **kwa
303303
:param str v_c_permissions: Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)
304304
:param str v_c_correlation_id: A globally unique id associated with your request
305305
:param SaveSymEgressKey save_sym_egress_key: Provide egress Symmetric key information to save (create or store or refresh)
306-
:return: InlineResponse2014
306+
:return: InlineResponse2015
307307
If the method is called asynchronously,
308308
returns the request thread.
309309
"""
@@ -335,7 +335,7 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per
335335
:param str v_c_permissions: Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)
336336
:param str v_c_correlation_id: A globally unique id associated with your request
337337
:param SaveSymEgressKey save_sym_egress_key: Provide egress Symmetric key information to save (create or store or refresh)
338-
:return: InlineResponse2014
338+
:return: InlineResponse2015
339339
If the method is called asynchronously,
340340
returns the request thread.
341341
"""
@@ -412,7 +412,7 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per
412412
body=body_params,
413413
post_params=form_params,
414414
files=local_var_files,
415-
response_type='InlineResponse2014',
415+
response_type='InlineResponse2015',
416416
auth_settings=auth_settings,
417417
callback=params.get('callback'),
418418
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/decision_manager_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def action_decision_manager_case(self, id, case_management_actions_request, **kw
6161
for asynchronous request. (optional)
6262
:param str id: An unique identification number generated by Cybersource to identify the submitted request. (required)
6363
:param CaseManagementActionsRequest case_management_actions_request: (required)
64-
:return: InlineResponse2002
64+
:return: InlineResponse2003
6565
If the method is called asynchronously,
6666
returns the request thread.
6767
"""
@@ -91,7 +91,7 @@ def action_decision_manager_case_with_http_info(self, id, case_management_action
9191
for asynchronous request. (optional)
9292
:param str id: An unique identification number generated by Cybersource to identify the submitted request. (required)
9393
:param CaseManagementActionsRequest case_management_actions_request: (required)
94-
:return: InlineResponse2002
94+
:return: InlineResponse2003
9595
If the method is called asynchronously,
9696
returns the request thread.
9797
"""
@@ -165,7 +165,7 @@ def action_decision_manager_case_with_http_info(self, id, case_management_action
165165
body=body_params,
166166
post_params=form_params,
167167
files=local_var_files,
168-
response_type='InlineResponse2002',
168+
response_type='InlineResponse2003',
169169
auth_settings=auth_settings,
170170
callback=params.get('callback'),
171171
_return_http_data_only=params.get('_return_http_data_only'),
@@ -319,7 +319,7 @@ def comment_decision_manager_case(self, id, case_management_comments_request, **
319319
for asynchronous request. (optional)
320320
:param str id: An unique identification number generated by Cybersource to identify the submitted request. (required)
321321
:param CaseManagementCommentsRequest case_management_comments_request: (required)
322-
:return: InlineResponse2011
322+
:return: InlineResponse2012
323323
If the method is called asynchronously,
324324
returns the request thread.
325325
"""
@@ -349,7 +349,7 @@ def comment_decision_manager_case_with_http_info(self, id, case_management_comme
349349
for asynchronous request. (optional)
350350
:param str id: An unique identification number generated by Cybersource to identify the submitted request. (required)
351351
:param CaseManagementCommentsRequest case_management_comments_request: (required)
352-
:return: InlineResponse2011
352+
:return: InlineResponse2012
353353
If the method is called asynchronously,
354354
returns the request thread.
355355
"""
@@ -423,7 +423,7 @@ def comment_decision_manager_case_with_http_info(self, id, case_management_comme
423423
body=body_params,
424424
post_params=form_params,
425425
files=local_var_files,
426-
response_type='InlineResponse2011',
426+
response_type='InlineResponse2012',
427427
auth_settings=auth_settings,
428428
callback=params.get('callback'),
429429
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/device_de_association_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def post_de_associate_v3_terminal(self, device_de_associate_v3_request, **kwargs
180180
:param callback function: The callback function
181181
for asynchronous request. (optional)
182182
:param list[DeviceDeAssociateV3Request] device_de_associate_v3_request: deviceId that has to be de-associated to the destination organizationId. (required)
183-
:return: list[InlineResponse2009]
183+
:return: list[InlineResponse20010]
184184
If the method is called asynchronously,
185185
returns the request thread.
186186
"""
@@ -209,7 +209,7 @@ def post_de_associate_v3_terminal_with_http_info(self, device_de_associate_v3_re
209209
:param callback function: The callback function
210210
for asynchronous request. (optional)
211211
:param list[DeviceDeAssociateV3Request] device_de_associate_v3_request: deviceId that has to be de-associated to the destination organizationId. (required)
212-
:return: list[InlineResponse2009]
212+
:return: list[InlineResponse20010]
213213
If the method is called asynchronously,
214214
returns the request thread.
215215
"""
@@ -276,7 +276,7 @@ def post_de_associate_v3_terminal_with_http_info(self, device_de_associate_v3_re
276276
body=body_params,
277277
post_params=form_params,
278278
files=local_var_files,
279-
response_type='list[InlineResponse2009]',
279+
response_type='list[InlineResponse20010]',
280280
auth_settings=auth_settings,
281281
callback=params.get('callback'),
282282
_return_http_data_only=params.get('_return_http_data_only'),

0 commit comments

Comments
 (0)