#asad4636
1 messages · Page 1 of 1 (latest)
Hello 👋
We don't have first-party support for flutter. Flutter_stripe is a third-party package so we won't know a ton about it. Would recommend creating an issue on their github repo to clarify this
AFAIK you need to have a backend server as our APIs require secret API key
Which you shouldn't use client-side
can you guide me how to implement stripe api on client-side and handle everything do you have any kind of notes which help me
We don't unfortunately.
To be clear, we don't recommend calling the API directly from client-side as it could leak your secret API key
thats why i said of using backened server for security purpose and payment handling and could you please provide me the right way to implement stripe api payments with flutter
Like I mentioned earlier, we don't maintain flutter Stripe integration. Flutter is not something we officially support. It is third-party so we won't have any docs for this.
We have docs for how you can build a backend for React Native apps here
https://stripe.com/docs/payments/accept-a-payment?platform=react-native
Flutter integration shouldn't be much different I guess
While Flutter may not have official support from Stripe, its popularity and vibrant community make it a strong choice for mobile app development. Many successful apps, including those from major companies, have been built using Flutter. thank you for your help