#development

1 messages · Page 1 of 1 (latest)

weak hullBOT
split delta
#

How are you integrating on both web and mobile? Are they the same integration?

neon viper
#

No it is not same.
website is in .net

and mobile app is in flutter

split delta
#

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)

neon viper
#

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

split delta
#

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

neon viper
#

Okay is there any way I can make both UI similar?

split delta
#

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.