You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CyberSource/__init__.py
+8
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,7 @@
511
511
from .models.pts_v2_payments_post201_response_linksimportPtsV2PaymentsPost201ResponseLinks
512
512
from .models.pts_v2_payments_post201_response_links_selfimportPtsV2PaymentsPost201ResponseLinksSelf
513
513
from .models.pts_v2_payments_post201_response_merchant_informationimportPtsV2PaymentsPost201ResponseMerchantInformation
514
+
from .models.pts_v2_payments_post201_response_merchant_information_merchant_descriptorimportPtsV2PaymentsPost201ResponseMerchantInformationMerchantDescriptor
514
515
from .models.pts_v2_payments_post201_response_order_informationimportPtsV2PaymentsPost201ResponseOrderInformation
515
516
from .models.pts_v2_payments_post201_response_order_information_amount_detailsimportPtsV2PaymentsPost201ResponseOrderInformationAmountDetails
516
517
from .models.pts_v2_payments_post201_response_order_information_bill_toimportPtsV2PaymentsPost201ResponseOrderInformationBillTo
@@ -571,6 +572,7 @@
571
572
from .models.pts_v2_payments_refund_post201_response_client_reference_informationimportPtsV2PaymentsRefundPost201ResponseClientReferenceInformation
572
573
from .models.pts_v2_payments_refund_post201_response_linksimportPtsV2PaymentsRefundPost201ResponseLinks
573
574
from .models.pts_v2_payments_refund_post201_response_order_informationimportPtsV2PaymentsRefundPost201ResponseOrderInformation
575
+
from .models.pts_v2_payments_refund_post201_response_order_information_amount_detailsimportPtsV2PaymentsRefundPost201ResponseOrderInformationAmountDetails
574
576
from .models.pts_v2_payments_refund_post201_response_processor_informationimportPtsV2PaymentsRefundPost201ResponseProcessorInformation
575
577
from .models.pts_v2_payments_refund_post201_response_refund_amount_detailsimportPtsV2PaymentsRefundPost201ResponseRefundAmountDetails
576
578
from .models.pts_v2_payments_refund_post400_responseimportPtsV2PaymentsRefundPost400Response
@@ -694,6 +696,8 @@
694
696
from .models.ptsv2payments_device_information_raw_dataimportPtsv2paymentsDeviceInformationRawData
695
697
from .models.ptsv2payments_health_care_informationimportPtsv2paymentsHealthCareInformation
696
698
from .models.ptsv2payments_health_care_information_amount_detailsimportPtsv2paymentsHealthCareInformationAmountDetails
699
+
from .models.ptsv2payments_hosted_payment_informationimportPtsv2paymentsHostedPaymentInformation
700
+
from .models.ptsv2payments_hosted_payment_information_user_agentimportPtsv2paymentsHostedPaymentInformationUserAgent
697
701
from .models.ptsv2payments_installment_informationimportPtsv2paymentsInstallmentInformation
698
702
from .models.ptsv2payments_invoice_detailsimportPtsv2paymentsInvoiceDetails
699
703
from .models.ptsv2payments_issuer_informationimportPtsv2paymentsIssuerInformation
@@ -733,6 +737,8 @@
733
737
from .models.ptsv2payments_payment_information_payment_instrumentimportPtsv2paymentsPaymentInformationPaymentInstrument
734
738
from .models.ptsv2payments_payment_information_payment_typeimportPtsv2paymentsPaymentInformationPaymentType
735
739
from .models.ptsv2payments_payment_information_payment_type_methodimportPtsv2paymentsPaymentInformationPaymentTypeMethod
740
+
from .models.ptsv2payments_payment_information_sepaimportPtsv2paymentsPaymentInformationSepa
741
+
from .models.ptsv2payments_payment_information_sepa_direct_debitimportPtsv2paymentsPaymentInformationSepaDirectDebit
736
742
from .models.ptsv2payments_payment_information_shipping_addressimportPtsv2paymentsPaymentInformationShippingAddress
737
743
from .models.ptsv2payments_payment_information_tokenized_cardimportPtsv2paymentsPaymentInformationTokenizedCard
738
744
from .models.ptsv2payments_point_of_sale_informationimportPtsv2paymentsPointOfSaleInformation
@@ -1107,6 +1113,7 @@
1107
1113
from .models.tms_embedded_instrument_identifier_links_selfimportTmsEmbeddedInstrumentIdentifierLinksSelf
1108
1114
from .models.tms_embedded_instrument_identifier_metadataimportTmsEmbeddedInstrumentIdentifierMetadata
1109
1115
from .models.tms_embedded_instrument_identifier_processing_informationimportTmsEmbeddedInstrumentIdentifierProcessingInformation
1116
+
from .models.tms_embedded_instrument_identifier_token_provisioning_informationimportTmsEmbeddedInstrumentIdentifierTokenProvisioningInformation
1110
1117
from .models.tms_embedded_instrument_identifier_tokenized_cardimportTmsEmbeddedInstrumentIdentifierTokenizedCard
1111
1118
from .models.tms_embedded_instrument_identifier_tokenized_card_cardimportTmsEmbeddedInstrumentIdentifierTokenizedCardCard
1112
1119
from .models.tms_payment_instrument_processing_infoimportTmsPaymentInstrumentProcessingInfo
@@ -1337,6 +1344,7 @@
1337
1344
from .api.plans_apiimportPlansApi
1338
1345
from .api.purchase_and_refund_details_apiimportPurchaseAndRefundDetailsApi
1339
1346
from .api.push_funds_apiimportPushFundsApi
1347
+
from .api.replay_webhooks_apiimportReplayWebhooksApi
1340
1348
from .api.report_definitions_apiimportReportDefinitionsApi
1341
1349
from .api.report_downloads_apiimportReportDownloadsApi
1342
1350
from .api.report_subscriptions_apiimportReportSubscriptionsApi
Initiate a webhook replay request to replay transactions that happened in the past. Cannot execute more than 1 replay request at a time. While one request is processing, you will not be allowed to execute another replay. The difference between Start and End time cannot exceed a 24 hour window, and 1 month is the farthest date back that is eligible for replay.
416
-
This method makes a synchronous HTTP request by default. To make an
417
-
asynchronous HTTP request, please define a `callback` function
:param str webhook_id: The webhook uuid identifier. (required)
427
-
:param ReplayWebhooksRequest replay_webhooks_request: The request query
428
-
:return: None
429
-
If the method is called asynchronously,
430
-
returns the request thread.
431
-
432
-
DISCLAIMER:
433
-
Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.
434
-
"""
435
-
436
-
ifself.api_client.mconfig.log_config.enable_log:
437
-
self.logger.info("CALL TO METHOD `replay_previous_webhooks` STARTED")
Initiate a webhook replay request to replay transactions that happened in the past. Cannot execute more than 1 replay request at a time. While one request is processing, you will not be allowed to execute another replay. The difference between Start and End time cannot exceed a 24 hour window, and 1 month is the farthest date back that is eligible for replay.
450
-
This method makes a synchronous HTTP request by default. To make an
451
-
asynchronous HTTP request, please define a `callback` function
0 commit comments