#streetfeels
1 messages · Page 1 of 1 (latest)
Can you clarify what you mean? I'm not sure what you mean by being able to use the PaymentElement w/o being able to create it
sorry I meant, is it possible to use the payment element without first creating a payment intent?
Ah gotcha!
Yes it is actually possible - https://stripe.com/docs/payments/accept-a-payment-deferred
oh okay, so in our essentially in our current integration, we are pinging our backend to create a payment which then loads the payment element on the browser. So with this we don't need to do that to create the payment element. it can be shown right away?
Yup!
wow, okay! good to know