This repository was archived by the owner on Mar 19, 2024. It is now read-only.
2.34.0
·
56 commits
to master
since this release
This release contains several changes for 3-D Secure version 2. Several properties have been deprecated in favor of new properties. The deprecated properties will still work though.
- Added:
- Added property
vat_number
to classCompanyInformation
. - Added property
merchant
to classesCreateHostedCheckoutRequest
,CompletePaymentRequest
,CreatePaymentRequest
andRiskAssessment
. - Added properties
recurring
andunscheduled_card_on_file_sequence_indicator
to classAbstractCardPaymentMethodSpecificInput
. - Added property
three_d_secure
to classesCardPaymentMethodSpecificInput
andCardPaymentMethodSpecificInputBase
. - Added properties
mobile_phone_number
andwork_phone_number
to classContactDetails
. - Added properties
account
,account_type
,device
andis_previous_customer
to classCustomer
. - Added properties
directory_server_transaction_id
,three_d_secure_version
andthree_d_server_transaction_id
to classExternalCardholderAuthenticationData
. - Added property
mobile_three_d_secure_challenge_parameters
to classMerchantAction
. - Added property
customer
to classOrderApprovePayment
. - Added property
transaction_type
to classOrderTypeInformation
. - Added property
redirection_data
to classRedirectPaymentMethodSpecificInput
. - Added properties
address
,address_indicator
,comments
,first_usage_date
,is_first_usage
,tracking_number
andtype
to classShipping
. - Added properties
gift_card_purchase
,is_pre_order
,pre_order_item_availability_date
andre_order_indicator
to classShoppingCart
. - Added properties
directory_server_transaction_id
,sdk_data
,three_d_secure_data
,three_d_secure_version
andthree_d_server_transaction_id
to classThreeDSecureResults
. - Added properties
account
,account_type
,device
andis_previous_customer
to classCustomerRiskAssessment
. - Added property
shipping
to classOrderRiskAssessment
.
- Added property
- Deprecated:
- Deprecated property
is_registered_customer
of classAirlineData
in favor of new propertyOrder.customer.account_type
. - Deprecated property
vat_number
of classCustomerBase
in favor of new propertycompany_information.vat_number
. - Deprecated property
addresses_are_identical
of classFraudFields
in favor of new propertyOrder.shipping.address_indicator
. - Deprecated property
card_owner_address
of classFraudFields
, which should be the same as existing propertyOrder.customer.billing_address
. - Deprecated property
default_form_fill
of classFraudFields
in favor of new propertyOrder.customer.device.default_form_fill
. - Deprecated property
device_fingerprint_activated
of classFraudFields
with no replacement. - Deprecated property
device_fingerprint_transaction_id
of classFraudFields
in favor of new propertyOrder.customer.device.device_fingerprint_transaction_id
. - Deprecated property
has_forgotten_pwd
of classFraudFields
in favor of new propertyOrder.customer.account.has_forgotten_password
. - Deprecated property
has_password
of classFraudFields
in favor of new propertyOrder.customer.account.has_password
. - Deprecated property
is_previous_customer
of classFraudFields
in favor of new propertyOrder.customer.is_previous_customer
. - Deprecated property
ship_comments
of classFraudFields
in favor of new propertyOrder.shipping.comments
. - Deprecated property
shipment_tracking_number
of classFraudFields
in favor of new propertyOrder.shipping.tracking_number
. - Deprecated property
shipping_details
of classFraudFields
with no replacement. - Deprecated property
website
of classFraudFields
in favor of new propertyMerchant.website_url
. - Deprecated class
FraudFieldsShippingDetails
with no replacement. - Deprecated property
recurring_payment_sequence_indicator
of classAbstractCardPaymentMethodSpecificInput
in favor of new propertyrecurring.recurring_payment_sequence_indicator
. - Deprecated property
skip_authentication
of classAbstractCardPaymentMethodSpecificInput
in favor of new propertythreeDSecure.skip_authentication
of its child classes. - Deprecated property
unscheduled_card_on_file_indicator
of classAbstractCardPaymentMethodSpecificInput
in favor of new propertyunscheduled_card_on_file_sequence_indicator
. - Deprecated property
external_cardholder_authentication_data
of classCardPaymentMethodSpecificInput
in favor of new propertythree_d_secure.external_cardholder_authentication_data
. - Deprecated property
return_url
of classCardPaymentMethodSpecificInput
in favor of new propertythree_d_secure.redirection_data.return_url
. - Deprecated property
payment_product1503_specific_input
of classCashPaymentMethodSpecificInput
and classCashPaymentProduct1503SpecificInput
, since Boleto Bancario no longer uses redirects. - Deprecated property
shipping_address
of classCustomer
in favor of new propertyOrder.shipping.address
. - Deprecated property
seller
of classOrder
in favor of new propertyMerchant.seller
. - Deprecated property
return_url
of classRedirectPaymentMethodSpecificInput
in favor of new propertyredirection_data.return_url
. - Deprecated property
shipping_address
of classCustomerRiskAssessment
in favor of new propertyOrderRiskAssessment.shipping.address
.
- Deprecated property