#nicolasguenther
1 messages · Page 1 of 1 (latest)
What Stripe object do you depend on to display the summary?
The summary is a custom web page
So it doesn't depends on stripe, am I right?
The summary doesnt depend on stripe, thats right. When using the summary we need a way to build a two-step experience, however. As described in the attached docs page. Question is if the described approach is production ready
it's a beta feature. but I don't understand what make you think you need it since the summary doesn't depends on Stripe.
Think of the summary as confirmation page. The customer needs to confirm the cart with a certain amount and the selected payment method. The actual payment processing should be delayed until this confirmation happens
I see, so you can't create a PaymentIntent until the amount is confirmed, am I right?
Yes, this would be an option. Another option would be to create a payment intent with a two step approach as described in the doc
Hi! I'm taking over this thread.
Could you use manual confirmation for this? https://stripe.com/docs/api/payment_intents/create#create_payment_intent-confirmation_method
Basically you create the PaymentIntent, collect the payment method information, show the summary, and only after that you capture the funds.
Thanks. We tried this approach. Problem is when we set confirmation_method to manual the payment element stops to display payment methods other than cards. Sepa direct debit, Sofort, Giropay and so on disappear as they propably don't support the manual confirmation method
Oh right, that's correct.
Then yes the beta you shared is probably the correct option.
Alright. I requested access for this beta two days ago but got no answer yet. Is there information about when this will be out of beta status? I'm undecided if we should use the beta in production
We don't really know much about beta here on Discord. I recommend asking Stripe support directly: https://support.stripe.com/contact