#pawan_code
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/1291281425450143806
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- pawan_code, 1 day ago, 97 messages
- pawan_code, 1 day ago, 44 messages
- pawan_code, 2 days ago, 50 messages
- pawan_code, 6 days ago, 14 messages
- pawan_code, 6 days ago, 16 messages
Hi @iron veldt
Could you please let me know How Can i detect the Checkbox which is Showing in the Stripe Payment element Iframe which i am getting in Payment Form.
I Know Its automatically handled by stripe but i want to know can i detect weather its checked or not ? in react or is there any event for this ?
Hi @iron veldt are you there ?
Sure sorry gimme a few mins
Waiting for your response @iron veldt
Hi there, this is PaymentElements, correct?
And you want to detect this on backend or frontend?
client Site
I think you might only be able to detect on backend, by looking at the confirmed PaymentIntent object
i want to check wether its checked or not based on that i wanna restrict code execution
otherwise, before confirmation, we don't emit any event 🤔
Did onChange emit anything? https://docs.stripe.com/js/element/events/on_change?type=paymentElement
Can You Please take a look and let me know with confiramtion asap
Can you try the onCharge handler above to see if it catch the checkbox? (Although I think it doesn't)
Um then I think unfortunately we don't catch up before confirmation
Can you Please Create a Case for me i want to discuss couple of things regarding implementation of stripe saved card , i want to connect 1 to 1
You would want to reach out to Support. That will trigger an email chain as a case for you
I can't. You would need to reach out to Support and tell them to convert to an email
We are happy to clarify further here as well, just so you know
Could you tell the process ?
how could i reach to support
Here https://support.stripe.com/ and click to "Contact Support"
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I want to Use Stripe Payment Element for My Checkout and Use the Prebuild Funcnality like show the checkbox to save card and show saved card can you tell how can i
for me I am having 2-step checkout after filling Payment form i am having review order page and then Place Order So for That i want Guide
Are you there @iron veldt
Here you are: Two-step confirmation guide: https://docs.stripe.com/payments/build-a-two-step-confirmation
I can See Here Payment method Creation is Manual
Do I Need to Explicitly Create the payment method ?
Hi @iron veldt, could you please spare 5-10 minutes? I have a couple of questions and would appreciate quick responses if possible.
Sure I am here. Please avoid mentioning everytimes. Sometimes I have to assist other users as well
Yes the paymentMethodCreation: 'manual' is needed in this flow. Let's strictly follow the guide
Do I need to create it customly via clling api ?
What do you mean by clling?
i mean calling
Sorry still don't get the last question
Do I need to create payment method customly via calling api ?
stripe.paymentMethod.create
No. There is no step on the guide above mention to use paymentMethod.create
It guides you to use Confirmation Token instead
Use createPaymentMethod through a legacy implementation
If you’re using a legacy implementation, you might be using the information from stripe.createPaymentMethod to finalize payments on the server.
and what about payment intent do i need to create or it will also automatic done