Hey everyone, need some help on Stripe payment integration!
For a project, the client has provided a specific design for the payment form with separate input fields for:
- Credit Card Number
- Expiry Date (MM/YY)
- CVV
(Example attached - Image 1)
I’m currently using Stripe.js 2 plugin, but the default Stripe Element groups these fields together into a single “Card Number” input with expiry & CVV bundled inside to the right (Image 2). Functionally fine, but design-wise it doesn’t match what the client wants.
My questions:
-
Is it possible to build a custom payment form UI in Bubble with separate inputs (Card No / Expiry / CVV) and still securely process payments via Stripe?
-
Does Stripe.js 2 support this kind of custom styling, or would I need to use Stripe Elements via custom code / HTML embed?
-
Any plugins or workflows that help with this exact use case?
The goal is to match the custom frontend design while being able to integrate Stripe payments. The payment should be made/triggered when the “submit” button is clicked.
Would love to hear from anyone who has tackled this!
Appreciate your guidance!
Attaching reference images for clarity.
Thanks!
Mehul