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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,7 @@
626
626
from .models.tss_v2_transactions_get200_response_application_information_applicationsimportTssV2TransactionsGet200ResponseApplicationInformationApplications
627
627
from .models.tss_v2_transactions_get200_response_buyer_informationimportTssV2TransactionsGet200ResponseBuyerInformation
628
628
from .models.tss_v2_transactions_get200_response_client_reference_informationimportTssV2TransactionsGet200ResponseClientReferenceInformation
629
+
from .models.tss_v2_transactions_get200_response_client_reference_information_partnerimportTssV2TransactionsGet200ResponseClientReferenceInformationPartner
629
630
from .models.tss_v2_transactions_get200_response_consumer_authentication_informationimportTssV2TransactionsGet200ResponseConsumerAuthenticationInformation
630
631
from .models.tss_v2_transactions_get200_response_consumer_authentication_information_strong_authenticationimportTssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication
631
632
from .models.tss_v2_transactions_get200_response_device_informationimportTssV2TransactionsGet200ResponseDeviceInformation
@@ -648,6 +649,8 @@
648
649
from .models.tss_v2_transactions_get200_response_payment_information_bank_accountimportTssV2TransactionsGet200ResponsePaymentInformationBankAccount
649
650
from .models.tss_v2_transactions_get200_response_payment_information_bank_mandateimportTssV2TransactionsGet200ResponsePaymentInformationBankMandate
650
651
from .models.tss_v2_transactions_get200_response_payment_information_cardimportTssV2TransactionsGet200ResponsePaymentInformationCard
652
+
from .models.tss_v2_transactions_get200_response_payment_information_customerimportTssV2TransactionsGet200ResponsePaymentInformationCustomer
653
+
from .models.tss_v2_transactions_get200_response_payment_information_instrument_identifierimportTssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier
651
654
from .models.tss_v2_transactions_get200_response_payment_information_invoiceimportTssV2TransactionsGet200ResponsePaymentInformationInvoice
652
655
from .models.tss_v2_transactions_get200_response_payment_information_payment_typeimportTssV2TransactionsGet200ResponsePaymentInformationPaymentType
653
656
from .models.tss_v2_transactions_get200_response_point_of_sale_informationimportTssV2TransactionsGet200ResponsePointOfSaleInformation
@@ -664,13 +667,13 @@
664
667
from .models.tss_v2_transactions_get200_response_risk_information_rulesimportTssV2TransactionsGet200ResponseRiskInformationRules
665
668
from .models.tss_v2_transactions_get200_response_risk_information_scoreimportTssV2TransactionsGet200ResponseRiskInformationScore
666
669
from .models.tss_v2_transactions_get200_response_sender_informationimportTssV2TransactionsGet200ResponseSenderInformation
670
+
from .models.tss_v2_transactions_get200_response_token_informationimportTssV2TransactionsGet200ResponseTokenInformation
667
671
from .models.tss_v2_transactions_post201_responseimportTssV2TransactionsPost201Response
668
672
from .models.tss_v2_transactions_post201_response__embeddedimportTssV2TransactionsPost201ResponseEmbedded
669
673
from .models.tss_v2_transactions_post201_response__embedded_application_informationimportTssV2TransactionsPost201ResponseEmbeddedApplicationInformation
670
674
from .models.tss_v2_transactions_post201_response__embedded_application_information_applicationsimportTssV2TransactionsPost201ResponseEmbeddedApplicationInformationApplications
671
675
from .models.tss_v2_transactions_post201_response__embedded_buyer_informationimportTssV2TransactionsPost201ResponseEmbeddedBuyerInformation
672
676
from .models.tss_v2_transactions_post201_response__embedded_client_reference_informationimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
673
-
from .models.tss_v2_transactions_post201_response__embedded_client_reference_information_partnerimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformationPartner
674
677
from .models.tss_v2_transactions_post201_response__embedded_consumer_authentication_informationimportTssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
675
678
from .models.tss_v2_transactions_post201_response__embedded_device_informationimportTssV2TransactionsPost201ResponseEmbeddedDeviceInformation
676
679
from .models.tss_v2_transactions_post201_response__embedded__linksimportTssV2TransactionsPost201ResponseEmbeddedLinks
A payment authorizes the amount for the transaction. There are a number of supported payment feature, such as E-commerce and Card Present - Credit Card/Debit Card, Echeck, e-Wallets, Level II/III Data, etc.. A payment response includes the status of the request. It also includes processor-specific information when the request is successful and errors if unsuccessful. See the [Payments Developer Guides Page](https://developer.cybersource.com/api/developer-guides/dita-payments/GettingStarted.html). Authorization can be requested with Capture, Decision Manager, Payer Authentication(3ds), and Token Creation. Find more on [Authorization with Add-On Features page.](https://developer.cybersource.com/api/authorization-add-ons.html)
51
+
A payment authorizes the amount for the transaction. There are a number of supported payment feature, such as E-commerce and Card Present - Credit Card/Debit Card, Echeck, e-Wallets, Level II/III Data, etc.. A payment response includes the status of the request. It also includes processor-specific information when the request is successful and errors if unsuccessful. See the [Payments Developer Guides Page](https://developer.cybersource.com/api/developer-guides/dita-payments/GettingStarted.html). Authorization can be requested with Capture, Decision Manager, Payer Authentication(3ds), and Token Creation.
52
52
This method makes a synchronous HTTP request by default. To make an
53
53
asynchronous HTTP request, please define a `callback` function
A payment authorizes the amount for the transaction. There are a number of supported payment feature, such as E-commerce and Card Present - Credit Card/Debit Card, Echeck, e-Wallets, Level II/III Data, etc.. A payment response includes the status of the request. It also includes processor-specific information when the request is successful and errors if unsuccessful. See the [Payments Developer Guides Page](https://developer.cybersource.com/api/developer-guides/dita-payments/GettingStarted.html). Authorization can be requested with Capture, Decision Manager, Payer Authentication(3ds), and Token Creation. Find more on [Authorization with Add-On Features page.](https://developer.cybersource.com/api/authorization-add-ons.html)
81
+
A payment authorizes the amount for the transaction. There are a number of supported payment feature, such as E-commerce and Card Present - Credit Card/Debit Card, Echeck, e-Wallets, Level II/III Data, etc.. A payment response includes the status of the request. It also includes processor-specific information when the request is successful and errors if unsuccessful. See the [Payments Developer Guides Page](https://developer.cybersource.com/api/developer-guides/dita-payments/GettingStarted.html). Authorization can be requested with Capture, Decision Manager, Payer Authentication(3ds), and Token Creation.
82
82
This method makes a synchronous HTTP request by default. To make an
83
83
asynchronous HTTP request, please define a `callback` function
Copy file name to clipboardExpand all lines: CyberSource/models/__init__.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,7 @@
626
626
from .tss_v2_transactions_get200_response_application_information_applicationsimportTssV2TransactionsGet200ResponseApplicationInformationApplications
627
627
from .tss_v2_transactions_get200_response_buyer_informationimportTssV2TransactionsGet200ResponseBuyerInformation
628
628
from .tss_v2_transactions_get200_response_client_reference_informationimportTssV2TransactionsGet200ResponseClientReferenceInformation
629
+
from .tss_v2_transactions_get200_response_client_reference_information_partnerimportTssV2TransactionsGet200ResponseClientReferenceInformationPartner
629
630
from .tss_v2_transactions_get200_response_consumer_authentication_informationimportTssV2TransactionsGet200ResponseConsumerAuthenticationInformation
630
631
from .tss_v2_transactions_get200_response_consumer_authentication_information_strong_authenticationimportTssV2TransactionsGet200ResponseConsumerAuthenticationInformationStrongAuthentication
631
632
from .tss_v2_transactions_get200_response_device_informationimportTssV2TransactionsGet200ResponseDeviceInformation
@@ -648,6 +649,8 @@
648
649
from .tss_v2_transactions_get200_response_payment_information_bank_accountimportTssV2TransactionsGet200ResponsePaymentInformationBankAccount
649
650
from .tss_v2_transactions_get200_response_payment_information_bank_mandateimportTssV2TransactionsGet200ResponsePaymentInformationBankMandate
650
651
from .tss_v2_transactions_get200_response_payment_information_cardimportTssV2TransactionsGet200ResponsePaymentInformationCard
652
+
from .tss_v2_transactions_get200_response_payment_information_customerimportTssV2TransactionsGet200ResponsePaymentInformationCustomer
653
+
from .tss_v2_transactions_get200_response_payment_information_instrument_identifierimportTssV2TransactionsGet200ResponsePaymentInformationInstrumentIdentifier
651
654
from .tss_v2_transactions_get200_response_payment_information_invoiceimportTssV2TransactionsGet200ResponsePaymentInformationInvoice
652
655
from .tss_v2_transactions_get200_response_payment_information_payment_typeimportTssV2TransactionsGet200ResponsePaymentInformationPaymentType
653
656
from .tss_v2_transactions_get200_response_point_of_sale_informationimportTssV2TransactionsGet200ResponsePointOfSaleInformation
@@ -664,13 +667,13 @@
664
667
from .tss_v2_transactions_get200_response_risk_information_rulesimportTssV2TransactionsGet200ResponseRiskInformationRules
665
668
from .tss_v2_transactions_get200_response_risk_information_scoreimportTssV2TransactionsGet200ResponseRiskInformationScore
666
669
from .tss_v2_transactions_get200_response_sender_informationimportTssV2TransactionsGet200ResponseSenderInformation
670
+
from .tss_v2_transactions_get200_response_token_informationimportTssV2TransactionsGet200ResponseTokenInformation
667
671
from .tss_v2_transactions_post201_responseimportTssV2TransactionsPost201Response
668
672
from .tss_v2_transactions_post201_response__embeddedimportTssV2TransactionsPost201ResponseEmbedded
669
673
from .tss_v2_transactions_post201_response__embedded_application_informationimportTssV2TransactionsPost201ResponseEmbeddedApplicationInformation
670
674
from .tss_v2_transactions_post201_response__embedded_application_information_applicationsimportTssV2TransactionsPost201ResponseEmbeddedApplicationInformationApplications
671
675
from .tss_v2_transactions_post201_response__embedded_buyer_informationimportTssV2TransactionsPost201ResponseEmbeddedBuyerInformation
672
676
from .tss_v2_transactions_post201_response__embedded_client_reference_informationimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformation
673
-
from .tss_v2_transactions_post201_response__embedded_client_reference_information_partnerimportTssV2TransactionsPost201ResponseEmbeddedClientReferenceInformationPartner
674
677
from .tss_v2_transactions_post201_response__embedded_consumer_authentication_informationimportTssV2TransactionsPost201ResponseEmbeddedConsumerAuthenticationInformation
675
678
from .tss_v2_transactions_post201_response__embedded_device_informationimportTssV2TransactionsPost201ResponseEmbeddedDeviceInformation
676
679
from .tss_v2_transactions_post201_response__embedded__linksimportTssV2TransactionsPost201ResponseEmbeddedLinks
Gets the approval_code of this PtsV2PaymentsRefundPost201ResponseProcessorInformation.
80
+
Authorization code. Returned only when the processor returns this value. The length of this value depends on your processor. Returned by authorization service. #### PIN debit Authorization code that is returned by the processor. Returned by PIN debit credit. #### Elavon Encrypted Account Number Program The returned value is OFFLINE. #### TSYS Acquiring Solutions The returned value for a successful zero amount authorization is 000000.
81
+
82
+
:return: The approval_code of this PtsV2PaymentsRefundPost201ResponseProcessorInformation.
83
+
:rtype: str
84
+
"""
85
+
returnself._approval_code
86
+
87
+
@approval_code.setter
88
+
defapproval_code(self, approval_code):
89
+
"""
90
+
Sets the approval_code of this PtsV2PaymentsRefundPost201ResponseProcessorInformation.
91
+
Authorization code. Returned only when the processor returns this value. The length of this value depends on your processor. Returned by authorization service. #### PIN debit Authorization code that is returned by the processor. Returned by PIN debit credit. #### Elavon Encrypted Account Number Program The returned value is OFFLINE. #### TSYS Acquiring Solutions The returned value for a successful zero amount authorization is 000000.
92
+
93
+
:param approval_code: The approval_code of this PtsV2PaymentsRefundPost201ResponseProcessorInformation.
0 commit comments