#pawan_code

1 messages · Page 1 of 1 (latest)

ionic sierraBOT
#

👋 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.

radiant rain
#

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 ?

iron veldt
#

Sure sorry gimme a few mins

radiant rain
#

Waiting for your response @iron veldt

iron veldt
#

Hi there, this is PaymentElements, correct?

radiant rain
#

yes

#

I Have Provided the Doc Link Can you check once

iron veldt
#

And you want to detect this on backend or frontend?

radiant rain
#

client Site

iron veldt
#

I think you might only be able to detect on backend, by looking at the confirmed PaymentIntent object

radiant rain
#

i want to check wether its checked or not based on that i wanna restrict code execution

iron veldt
#

otherwise, before confirmation, we don't emit any event 🤔

radiant rain
#

Can You Please take a look and let me know with confiramtion asap

iron veldt
#

Can you try the onCharge handler above to see if it catch the checkbox? (Although I think it doesn't)

radiant rain
#

No Its Not

#

Hi @iron veldt Let me Know if there is any other option ?

iron veldt
#

Um then I think unfortunately we don't catch up before confirmation

radiant rain
#

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

iron veldt
#

You would want to reach out to Support. That will trigger an email chain as a case for you

radiant rain
#

Ok No Issues

#

Can you Please Create for me

iron veldt
#

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

radiant rain
#

how could i reach to support

iron veldt
#

Here https://support.stripe.com/ and click to "Contact Support"

radiant rain
#

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

iron veldt
radiant rain
#

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.

iron veldt
#

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

radiant rain
#

Do I need to create it customly via clling api ?

iron veldt
#

What do you mean by clling?

radiant rain
#

i mean calling

iron veldt
#

Sorry still don't get the last question

radiant rain
#

Do I need to create payment method customly via calling api ?
stripe.paymentMethod.create

iron veldt
#

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.

radiant rain
#

and what about payment intent do i need to create or it will also automatic done

iron veldt
#

Please read the guide

#

It has all the steps