Skip to content

Releases: braintree/braintree_dotnet

5.28.0

30 Oct 18:27
Compare
Choose a tag to compare
  • Add fail_on_duplicate_payment_method_for_customer option to
    • ClientToken
    • PaymentMethod
    • CreditCard
  • Fix billing address bug for credit card verification.
  • Add blik_aliases to LocalPaymentCompleted webhook and LocalPaymentDetail
  • Deprecate SamsungPayCard

5.27.0

19 Sep 20:57
Compare
Choose a tag to compare
  • Add PayerName, Bic and IbanLastChars to LocalPaymentCompleted webhook
  • Add edit_paypal_vault_id to PayPalAccount
  • Add AniFirstNameResponseCode and AniLastNameResponseCode to CreditCardVerification
  • Add ShippingTaxAmount to Transaction and TransactionRequest
  • Add networkTokenizationAttributes to TransactionCreditCardRequest
  • Add NetworkTokenizationAttributesRequest class
  • Add validation error codes:
    • CREDIT_CARD_NETWORK_TOKENIZATION_ATTRIBUTE_CRYPTOGRAM_IS_REQUIRED

5.26.0

25 Jul 20:31
Compare
Choose a tag to compare
  • Add attributes to ThreeDSecureLookupRequest
    • MerchantInitiatedRequestType
    • PriorAuthenticationId
    • MerchantOnRecordName
    • PriorAuthenticationDetails
  • Add ForeignRetailer to Transaction and TransactionRequest
  • Add InternationalPhone to Address and Customer
  • Add fundingSourceDescription to PayPalAccount
  • Add missing AndroidPayCard error code
  • Add REFUND_FAILED to WebhookKind
  • Add FinalCapture to Transaction TransactionRequest
  • Deprecate paypal_tracking_id in favor of paypal_tracker_id in PackageDetails

5.25.0

26 Mar 22:21
Compare
Choose a tag to compare
  • Add domains parameter support to ClientTokenRequest

5.24.0

06 Mar 21:04
Compare
Choose a tag to compare
  • Add UNDER_REVIEW to DisputeStatus
  • Add DISPUTE_UNDER_REVIEW to WebhookKind
  • Add DebitNetwork to Transaction
  • Add TransactionDebitNetwork enum to Transaction
  • Add DebitNetwork to TransactionSearchRequest to search by debitNetworks
  • Add ProcessDebitAsCredit to TransactionOptionsCreditCardRequest

5.23.0

10 Jan 22:25
Compare
Choose a tag to compare
  • Add PackageTracking and PackageTrackingAsync methods to TransactionGateway to make request to add tracking information to transactions
  • Add PackageDetails and PackageTrackingRequest classes
  • Add UpcCode, UpcType, ImageUrl to TransactionLineItem and TransactionLineItemRequest

5.22.0

19 Dec 20:34
Compare
Choose a tag to compare
  • Deprecate threeDSecureToken in favor of threeDSecureAuthenticationId
  • Deprecate VenmoSdkSession, VenmoSdkPaymentMethodCode, and IsVenmoSdk
  • Add PICKUP_IN_STORE to ShippingMethod enum
  • Add ExternalVault and RiskData to CreditCardVerificationRequest

5.21.0

08 Nov 23:26
Compare
Choose a tag to compare
  • Add DateOfBirth and CountryCode to IndustryDataRequest
  • Add BillingAddress and ShippingAddress to VenmoProfileData
  • Add VerificationAddOns and AdditionalProcessorResponse to UsBankAccountVerification
  • Add MetaCheckoutCard and MetaCheckoutToken to payment method
  • Add MetaCheckoutCardDetails and MetaCheckoutTokenDetails to Transaction

5.20.0

18 Oct 22:39
Compare
Choose a tag to compare
  • Add SUBSCRIPTIONBILLINGSKIPPED webhook notification support
  • Add implicitlyVaultedPaymentMethodToken and implicitlyVaultedPaymentMethodGlobalId to LocalPaymentDetails

5.19.0

30 Aug 23:08
Compare
Choose a tag to compare
  • Add MerchantTokenIdentifier, SourceCardLast4 to ApplePayCard and ApplePayDetails
  • Add ThreeDSecureAuthenticationId to CustomerRequest and PaymentMethodRequest
  • Add processing_overrides to Transaction.sale options
  • Add industry data fields to TransactionRequest
    • ArrivalDate
    • TicketIssuerAddress
  • Remove byte[] to String content conversion for requests containing files in BraintreeService