#akshay_error
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.
- akshay_docs, 6 days ago, 23 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255497728423628812
đ Have more to share? Add details, code, screenshots, videos, etc. below.
pi_3PVrxVFSVsPYhDti0FBKTjEW
thanks! that PaymentIntent was created successfully. next step is to collect the payment method information and confirm the PaymentIntent.
But doesnt payment sheet does that automatically on submit?
But doesnt payment sheet does that automatically on submit?
yes. so that's doesn't work? do you see any errors in your logs?
No , there is no error generated .. it goes to the success block but payment intent is still same
can you explain your payment flow step by step?
It goes to the else block
- First im generating a client secret frm the server backend
- Im calling the initializepaymentSheet function with the generated client secret when the component renderes
- In press of the pay button im invoking openPaymentSheet function which is shown in the above screenshot
Not really understanding what you're saying the problem is
does the PaymentSheet appear? do you enter your card details into it? do you have a screen recording of what exactly happens in the UI?
Paymentscreen is showing up after payment is done, payment intent status is not getting changed
Hello as my colleague mentioned above, can you share more details as we're unable to understand the problem you're describing.
What's Paymentscreen in your context? Are you referring to PaymentSheet where you enter card details? Can you share screen recording of what you're seeing?
Additionally, can you print out the PaymentIntent clientSecret when you use it to initialize Payment Sheet? It is possible you're confirming a different PaymentIntent altogether
Ok i will try to get the screen recording