Uses of Class
com.broadleafcommerce.vendor.stripe.service.exception.StripePaymentIntentRequiresActionException
Packages that use StripePaymentIntentRequiresActionException
-
Uses of StripePaymentIntentRequiresActionException in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that throw StripePaymentIntentRequiresActionExceptionModifier and TypeMethodDescriptionprotected void
DefaultStripeTransactionService.fillResponse
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, com.stripe.model.PaymentIntent paymentIntent) Deprecated.protected void
DefaultStripeTransactionService.fillResponse
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, com.stripe.model.PaymentIntent paymentIntent, String stripeMethodType) Populates thePaymentResponse
based on the providedPaymentIntent
See the following for all possible values of Stripe's Payment Intent statuses: https://stripe.com/docs/payments/payment-intents/statusprotected void
DefaultStripeTransactionService.handlePaymentIntentRequiresAction
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, @NonNull com.stripe.model.PaymentIntent paymentIntent)
DefaultStripeTransactionService.fillResponse(PaymentRequest, PaymentResponse, PaymentIntent, String)