#pawan_code

1 messages ยท Page 1 of 1 (latest)

tight steppeBOT
#

๐Ÿ‘‹ 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/1291637028915642378

๐Ÿ“ 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.

proven nimbus
#

Hi @rare belfry

rare belfry
proven nimbus
#

I am Having 2 Step Checkout after entering the Card Details its Navigating to review Order Page & Then Place Order Page

#

And In Save Card I want to Handle setupfutureUsage= 'off_session' and allow_redispaly ='always' by stripe end when user checks the box and unchecks the box but in my case its not happening

i am using payment Elements for my react application

rare belfry
#

Yes, that's the correct doc.

#

Can you tell me exactly what "is not happening" ?

proven nimbus
#

As Per The Doc stripe Should Automatic Handle the setupfutureUsage= 'off_session' and allow_redispaly ='always' but its not happening in my case

#

Is There any Possiblity to Connect in call for Ease to Explain the Issues

rare belfry
#

No, we don't have a call option.

#

You can share screenshots or error logs here and describe the problem

proven nimbus
#

I am getting the checkbox to save the Card after checking Its Not Saving the Card

#

I am Describing Below What Steps i am Using Currently let me know if anything wrong i am Doing

rare belfry
#

Ok, what's the PaymentIntent ID?

proven nimbus
#

After Getting **Stripe Promise **

**When Landing to Payment Page **

1st : Creating Customer Session & passing the customerSessionClientSecret to elementOptions [ reference Image : 1) customerSession ] & passing the element options to elements component
[ reference Image : 1.a) elementsOptions ]

Note : In **elementsOptions **object paymentMethodCreation: 'manual', is there

2nd : Creating the Payment Intent as we landed on payment page and able to see the stripe payment form in Which Able to See the Checkbox to save the Payment
[reference Image : 2) creatingPaymentIntent ,
reference Image : 2.a) stripeformOnSite ]

3rd : After Entering the valid Card Details creating the PaymentMethod
[ reference Image : 3) creatingPaymentMethod]
[ reference Image : 3.a) creatingPaymentMethod call]

In Same Payment Page We Have Review Order Button
[ reference Image : 3.b) reviewOrderButton ]
Once User Click Review Order Button navigating to Review order Page to Show The Entered payment Details
[ reference Image : 3.c) reviewOrderPage ]

4th: In Review Order Page Once User Click on Place Order Then confirming stripe payment Intent
[ reference Image : 4) confirmingStripePaymentIntent]

**Note : Just to Remind **
I am Having 2 Step Checkout after entering the Card Details its Navigating to review Order Page & Then Place Order Page

rare belfry
#

looks like the above files have encoding problem and I'm unable to read the text.

#

Have you got a chance to get the PaymentIntent ID?