#mathis
1 messages · Page 1 of 1 (latest)
Not sure I understand what you're asking. Can you elaborate?
Good morning!
On our checkout page, we would like to include ONLY the visual part of stripe elements (snaphshot provided), but when setting up the source code provided on stripe website it requires a clientSecret from a product.
All the logic for payment of subscriptions and one-time purchases are handled on our server with stripe library
Correct, Payment Element needs the client_secret of either a Payment or Setup Intent when initialising
is there a way to bypass this step?
If you're creating a Payment Intent on your server, then you'd return that object to your front-end and initialise the Payment Element: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#add-the-payment-element-to-your-payment-page
No
ok! Thank you! Gonna dig into that link, King regards!