#nardeen_elements-update-intent
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1229470372563386549
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
How are you creating your Payment Element? Can you share the code or link to the section in our docs that has an example?
Sure, this is the piece of code for my element
<Elements options={stripeOptions} stripe={stripePromise}>
<StripePaymentForm errorMessage={errorMessage} successPath={successPath} stripeReference={stripeReference} isDetailUpdating={isDetailUpdating} stripeOptions={stripeOptions}/>
</Elements>
Inside stripeOptions I have the client_secret
Okay so you would need to destroy and re-create that <Elements> component to use the client_secret fro the new Payment Intent.
Hmm, would you have any ideas on how to do that?
I'm not very practiced in React development so I might not have the best insight here. But could you wrap your Elements in a component that has a dependency on the client_secret and re-render the component if the client_secret value changes?
Worth giving a try. Thanks for the insight
Happy to shed what ๐ก I can ๐