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
+1
Original file line number
Diff line number
Diff line change
@@ -692,6 +692,7 @@
692
692
from .models.ptsv2payments_client_reference_information_partnerimportPtsv2paymentsClientReferenceInformationPartner
693
693
from .models.ptsv2payments_consumer_authentication_informationimportPtsv2paymentsConsumerAuthenticationInformation
694
694
from .models.ptsv2payments_consumer_authentication_information_strong_authenticationimportPtsv2paymentsConsumerAuthenticationInformationStrongAuthentication
695
+
from .models.ptsv2payments_consumer_authentication_information_strong_authentication_issuer_informationimportPtsv2paymentsConsumerAuthenticationInformationStrongAuthenticationIssuerInformation
695
696
from .models.ptsv2payments_device_informationimportPtsv2paymentsDeviceInformation
696
697
from .models.ptsv2payments_device_information_raw_dataimportPtsv2paymentsDeviceInformationRawData
697
698
from .models.ptsv2payments_health_care_informationimportPtsv2paymentsHealthCareInformation
Retrieve the Payment data captured by Unified Checkout. This API is used to retrieve the detailed data represented by the Transient Token. This API will return PCI payment data captured by the Unified Checkout platform.
:param str jti: The jti field contained within the Transient token returned from a successful Unified Checkout transaction (required)
61
+
:param str payment_credentials_reference: The paymentCredentialsReference field contained within the Transient token returned from a successful Unified Checkout transaction (required)
Retrieve the Payment data captured by Unified Checkout. This API is used to retrieve the detailed data represented by the Transient Token. This API will return PCI payment data captured by the Unified Checkout platform.
:param str jti: The jti field contained within the Transient token returned from a successful Unified Checkout transaction (required)
91
+
:param str payment_credentials_reference: The paymentCredentialsReference field contained within the Transient token returned from a successful Unified Checkout transaction (required)
# verify the required parameter 'payment_credentials_reference' is set
113
+
if ('payment_credentials_reference'notinparams) or (params['payment_credentials_reference'] isNone):
114
114
ifself.api_client.mconfig.log_config.enable_log:
115
-
self.logger.error("InvalidArgumentException : Missing the required parameter `jti` when calling `get_payment_credentials_for_transient_token`")
116
-
raiseValueError("Missing the required parameter `jti` when calling `get_payment_credentials_for_transient_token`")
115
+
self.logger.error("InvalidArgumentException : Missing the required parameter `payment_credentials_reference` when calling `get_payment_credentials_for_transient_token`")
116
+
raiseValueError("Missing the required parameter `payment_credentials_reference` when calling `get_payment_credentials_for_transient_token`")
Copy file name to clipboardexpand all lines: CyberSource/models/__init__.py
+1
Original file line number
Diff line number
Diff line change
@@ -692,6 +692,7 @@
692
692
from .ptsv2payments_client_reference_information_partnerimportPtsv2paymentsClientReferenceInformationPartner
693
693
from .ptsv2payments_consumer_authentication_informationimportPtsv2paymentsConsumerAuthenticationInformation
694
694
from .ptsv2payments_consumer_authentication_information_strong_authenticationimportPtsv2paymentsConsumerAuthenticationInformationStrongAuthentication
695
+
from .ptsv2payments_consumer_authentication_information_strong_authentication_issuer_informationimportPtsv2paymentsConsumerAuthenticationInformationStrongAuthenticationIssuerInformation
695
696
from .ptsv2payments_device_informationimportPtsv2paymentsDeviceInformation
696
697
from .ptsv2payments_device_information_raw_dataimportPtsv2paymentsDeviceInformationRawData
697
698
from .ptsv2payments_health_care_informationimportPtsv2paymentsHealthCareInformation
Gets the use_as of this Ptsv2paymentreferencesPaymentInformationCard.
194
-
Flag that specifies the type of account associated with the card. This field is available only for China UnionPay, Cielo, Comercio Latino and Visa Platform Connect. The cardholder provides this information during the payment process. This field is required for: - Debit transactions on Cielo and Comercio Latino. - Transactions with Brazilian-issued cards on CyberSource through VisaNet. **China UnionPayCard Transactions on China UnionPay:** Possible values: - C: Domestic credit card - D: Domestic debit card - F: International credit card - I: International debit card When the value is D, the e-commerce indicator and CAVV fields must be included in the authorization request. When the value is C, F or I the card verification number, expiration month and expiration year fields must in included in the authorization request. **Cielo and Comercio Latino Credit Card Transactions:** On these processors, this field is supported only for authorizations. Possible values: - CR: Credit card - DB: Debit card **Visa Platform Connect Credit Card Transactions:** This field is supported only for all card Types on Visa Platform Connect. A value of CR or DB in the useAs field takes precedence over any value in the Source Account Type field.
194
+
Flag that specifies the type of account associated with the card. This field is available only for China UnionPay, Cielo, Comercio Latino and Visa Platform Connect. The cardholder provides this information during the payment process. This field is required for: - Debit transactions on Cielo and Comercio Latino. - Transactions with Brazilian-issued cards on CyberSource through VisaNet. **China UnionPayCard Transactions on China UnionPay:** Possible values: - C: Domestic credit card - D: Domestic debit card - F: International credit card - I: International debit card When the value is D, the e-commerce indicator and CAVV fields must be included in the authorization request. When the value is C, F or I the card verification number, expiration month and expiration year fields must in included in the authorization request. **Cielo and Comercio Latino Credit Card Transactions:** On these processors, this field is supported only for authorizations. Possible values: - CR: Credit card - DB: Debit card **Visa Platform Connect Credit Card Transactions:** This field is supported for all card types on Visa Platform Connect. For combo **card present** transactions with Mastercard on Brazilian-issued cards, possible values: - CR: Credit card - DB: Debit Card For combo **card not present** transactions with Mastercard on Brazilian-issued cards, possible values: - C: Credit card - D: Debit card A value of CR or DB in the useAs field takes precedence over any value in the Source Account Type field.
195
195
196
196
:return: The use_as of this Ptsv2paymentreferencesPaymentInformationCard.
197
197
:rtype: str
@@ -202,7 +202,7 @@ def use_as(self):
202
202
defuse_as(self, use_as):
203
203
"""
204
204
Sets the use_as of this Ptsv2paymentreferencesPaymentInformationCard.
205
-
Flag that specifies the type of account associated with the card. This field is available only for China UnionPay, Cielo, Comercio Latino and Visa Platform Connect. The cardholder provides this information during the payment process. This field is required for: - Debit transactions on Cielo and Comercio Latino. - Transactions with Brazilian-issued cards on CyberSource through VisaNet. **China UnionPayCard Transactions on China UnionPay:** Possible values: - C: Domestic credit card - D: Domestic debit card - F: International credit card - I: International debit card When the value is D, the e-commerce indicator and CAVV fields must be included in the authorization request. When the value is C, F or I the card verification number, expiration month and expiration year fields must in included in the authorization request. **Cielo and Comercio Latino Credit Card Transactions:** On these processors, this field is supported only for authorizations. Possible values: - CR: Credit card - DB: Debit card **Visa Platform Connect Credit Card Transactions:** This field is supported only for all card Types on Visa Platform Connect. A value of CR or DB in the useAs field takes precedence over any value in the Source Account Type field.
205
+
Flag that specifies the type of account associated with the card. This field is available only for China UnionPay, Cielo, Comercio Latino and Visa Platform Connect. The cardholder provides this information during the payment process. This field is required for: - Debit transactions on Cielo and Comercio Latino. - Transactions with Brazilian-issued cards on CyberSource through VisaNet. **China UnionPayCard Transactions on China UnionPay:** Possible values: - C: Domestic credit card - D: Domestic debit card - F: International credit card - I: International debit card When the value is D, the e-commerce indicator and CAVV fields must be included in the authorization request. When the value is C, F or I the card verification number, expiration month and expiration year fields must in included in the authorization request. **Cielo and Comercio Latino Credit Card Transactions:** On these processors, this field is supported only for authorizations. Possible values: - CR: Credit card - DB: Debit card **Visa Platform Connect Credit Card Transactions:** This field is supported for all card types on Visa Platform Connect. For combo **card present** transactions with Mastercard on Brazilian-issued cards, possible values: - CR: Credit card - DB: Debit Card For combo **card not present** transactions with Mastercard on Brazilian-issued cards, possible values: - C: Credit card - D: Debit card A value of CR or DB in the useAs field takes precedence over any value in the Source Account Type field.
206
206
207
207
:param use_as: The use_as of this Ptsv2paymentreferencesPaymentInformationCard.
0 commit comments