#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/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.
- pawan_docs, 19 hours ago, 7 messages
- pawan_code, 21 hours ago, 52 messages
- pawan_code, 2 days ago, 97 messages
- pawan_code, 2 days ago, 44 messages
- pawan_code, 3 days ago, 50 messages
Hi @rare belfry
Hi there, this doc should help you https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements
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
https://docs.stripe.com/payments/save-during-payment?platform=web&ui=elements#save-payment-methods
referring to above doc
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
No, we don't have a call option.
You can share screenshots or error logs here and describe the problem
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
Ok, what's the PaymentIntent ID?
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