Braintree v5.11.0 Release Notes

Release Date: 2022-07-20 // almost 2 years ago
    • BraintreeSEPADirectDebit
      • Add support for SEPA Direct Debit for approved merchants through the Braintree SDK
      • SEPA Direct Debit is only available to select merchants, please contact your Customer Support Manager or Sales to start processing SEPA bank payments
      • Merchants should use the BTSepaDirectDebitClient.tokenize method while passing in the BTSEPADirectDebitRequest and context while conforming to ASWebAuthenticationPresentationContextProviding
    • BraintreePayPalNativeCheckout (BETA)
      • This module can handle the same flows as the existing BraintreePayPal module, but will present the end user with an in-context checkout flow using native UI components.
      • To get started, create a BTPayPalNativeCheckoutClient, and call tokenizePayPalAccount with either a BTPayPalNativeCheckoutRequest (for one time payment transactions), or a BTPayPalNativeVaultRequest (for vaulted flows)