Payment declined by customer’s bank
Hey everyone!
I’m using the Cleanly theme and Stripe’s official plugin in my Bubble app. I’m trying to fix a payment issue where Stripe returns the error authentication_required
. This happens because 3D Secure authentication isn’t being triggered.
I’ve learned that using the deprecated “Charge the current user” action doesn’t support SCA. So, I’m replacing it with the recommended flow using PaymentIntent and a Stripe Card Input element.
Right now, I’m setting up the step: “Create a Payment Method”, and I’m a bit unsure about how to configure it.
-
I’ve added the Stripe Card Input on the page (ID:
cardInput
) -
In the workflow, after “Create PaymentIntent”, I added “Create Payment Method”
-
I want to know if I’m setting the fields correctly and how to connect the output to the next step (Confirm PaymentIntent)
If anyone has a quick example or visual reference, that’d be super helpful! Thanks in advance