#nardeen_elements-update-intent

1 messages ยท Page 1 of 1 (latest)

lyric lodgeBOT
#

๐Ÿ‘‹ 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.

gilded crescentBOT
merry adder
#

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?

broken echo
#

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

merry adder
#

Okay so you would need to destroy and re-create that <Elements> component to use the client_secret fro the new Payment Intent.

broken echo
#

Hmm, would you have any ideas on how to do that?

merry adder
#

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?

broken echo
#

Worth giving a try. Thanks for the insight

merry adder
#

Happy to shed what ๐Ÿ’ก I can ๐Ÿ™‚