#ravinder_code
1 messages ¡ Page 1 of 1 (latest)
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.
- ravinder_best-practices, 1 day ago, 6 messages
- ravinder_oauth-live-test, 1 day ago, 7 messages
- ravinder_best-practices, 5 days ago, 4 messages
đ 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/1240279071024353291
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
there are two ways to integrate with the Payment Element:
- you first create the PaymentIntent, so no need to set amount/currency when mounting the Payment Element
- you first mount the Payment Element, so you need to set amount/currency when mounting the Payment Element
i am not creating payment_intent early because it will fillup stripe dashboard if order is a spam and left pending
is it possible to hide payment_intent in stripe dashboard till order confirm on our website?
like payment_intent with incomplete state?
i am not creating payment_intent early because it will fillup stripe dashboard if order is a spam and left pending
sure, then you need to set the amount and currency when mounting the Payment Element.
is it possible to hide payment_intent in stripe dashboard till order confirm on our website?
no
you first mount the Payment Element, so you need to set amount/currency when mounting the Payment Element
So i can pass any number in begining to setup element, right?
I don't understand.
- Do you use the regular flow (with PaymentIntent first): https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
- Or the deferred flow (with PaymentIntent later): https://docs.stripe.com/payments/accept-a-payment-deferred