Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 1.5.5-GA

Updates

  • Introduced support for Stripe ACH

    • Includes support for instant & micro-deposit account verification

    • Includes support for saving an ACH payment method for future use in the checkout and My Account contexts

    • Includes support for using a saved ACH payment method during checkout

    • Includes support for a white-glove approach for micro-deposit verification & misc. ACH-related emails

      • NOTE: By default, these interactions are handled via Stripe interfaces & generic Stripe emails, but these actions can instead be handled by Broadleaf, supporting much more flexibility over the look & feel of the interactions.

Method Signature Changes

Method Old Signature New Signature

DefaultStripeTransactionService.buildNextAction

NextAction buildNextAction(PaymentIntent paymentIntent)

NextAction buildNextAction(PaymentRequest paymentRequest, PaymentIntent paymentIntent)