#rambo.kumaran
1 messages · Page 1 of 1 (latest)
Hi there, payment sheet is a native component, you can't integrate it to a web page.
is there any other way to integrate stripe payment in flutter web platform?
There's a flutter_stripe_web(https://pub.dev/packages/flutter_stripe_web) but it's in very early stage.
There's no official support for flutter yet, I'd suggest you to redirect your customer to Stripe checkout from your web page, and they can complete payment there.
oh alright, could you please explain how to redirect to stripe checkout, i am new to flutter web
I can only answer questions related to Stripe products.
is there any documentation related to this topic? i wasn't able to see anything related to flutter web.
As I said before, Stripe doesn't officially support flutter yet, so I don't have any docs that I can share related to Flutter integration.