#Luka F
1 messages · Page 1 of 1 (latest)
Hi,
What integration are you willing to use ,Stripe Checkout or Elements ?
You can find all the API references in this page:
https://stripe.com/docs/api/
The difference between Checkout and Elements services is only that the Elements feature is customisable and the Checkout isn't?
both are customisable, Stripe Checkout is hosted by Stripe, while Elements is hosted in your own website
Let2s say that we are going to use the Checkout feature.
I wonder is this possible to integrate?
We generally don't recommend using Checkout in mobile webviews
If you're using a native mobile integration, you should use our native mobile SDKs and UIs
@ivory ginkgo You want to say that the Elements feature is better for the mobile implementation or is there a third option?
Our mobile SDKs have their own variation of the web Elements, yes. Which platform(s) are you building for?
We are programming in Flutter for iOS, Android and Huawei OSs
There's a third-party Flutter lib I'd recommend looking at: https://pub.dev/packages/flutter_stripe
Not officially maintained by us, but it is a sponsored open source project
Ok, thank you very much for the support! 🤓
Just one more qq
Do you know where can I find their support contact?
Their GH repo is likely best option: https://github.com/flutter-stripe/flutter_stripe
You are the best! Thanks!
np!