#development
1 messages · Page 1 of 1 (latest)
How are you integrating on both web and mobile? Are they the same integration?
No it is not same.
website is in .net
and mobile app is in flutter
Hmm, they should be largely the same if you're using the Payment Element. But I'm not familiar with Flutter or how that lib works (it's not an official SDK)
actually I am using one library which is helping me integrate stripe.
and stripe is having its documentation.
Stripe.net
This package I am using for .net and for flutter I am using flutter-stripe
Yep, flutter-stripe is not an official SDK
I'm not sure how they integrate with our native mobile SDKs, and what UIs they support
Okay is there any way I can make both UI similar?
I'm not sure, you haven't really provided much details. How are you invoking that payment UI in Flutter? AFAIK, they support the Payment Sheet which is similar to the web Payment Element.