#0xfiro_api

1 messages ¡ Page 1 of 1 (latest)

deft flowerBOT
#

👋 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/1215662405779062854

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

muted gladeBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

finite void
silk pond
finite void
#

I see, we have a workaround for it but need to know something ... we are using payment elements on oour checkout page and on anohter page ... but in checkout we need to show all PM and on other page only klarna and paypal ... is this possible with payment element by stripe ?

#

I have seen this

#

so seems to be possible ?

silk pond
#

Yeah so are you creating the payment intent ahead of time for the page where you render the payment element?

finite void
#

We are creating a payment intent after user selects the payment method

silk pond
finite void
#

Not sure if I understand it correclty. Usually customer selects a pm , then we authorize the pm and capture it later within 7 days once we approve the order

silk pond
#

I'm referring to the payment intent

#

The flow most people use is they create a payment intent ahead of time and use its client secret to render the payment element

#

Some people use the above flow where you do not initialize elements with a client secret

#

And payment intent is created after collecting payment method

#

Just need you to confirm which flow because my answer to your question is different for each flow

finite void
#

let me ask my dev and will get shortly back to you

#

yeah we are doing the first option you mentioend

silk pond
#

This one?

finite void
#

yes

silk pond