#grossi81.luca
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- grossi81.luca, 2 days ago, 25 messages
hi there!
how are you accepting payments? Checkout Session, Payment Element, something else?
can you share a PaymentIntent ID (pi_xxx) with this issue?
and this is same issue, but different error message
let me check
https://dashboard.stripe.com/payments/pi_3OgARmLbPQiCuKbq0lWK1hVv for the first screenshot
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
pi_3OgPdlLbPQiCuKbq39YiWiyP for the second screenshot
you shouldn't be using Checkout Sessions in Webviews
ok what should we use?
if you're using Checkout Sessions in your mobile app you need to redirect to the native browser
or even better
not use Checkout Sessions in the first place and use the PaymentSheet
Thanks, let our dev check this and I'll come back if I have questions.
We are using Flutter as devtool so PaymentSheet doesn't look like an option. Any other thoughts?
we don't officially support Flutter
but from my understanding it is possible to use Flutter with PaymentSheet
but you need to see whether the library you're using supports it or not
thanks, we will check. But what is the recommended way to implement for Flutter apps? your first suggestion or paymentsheet?