#peliukas_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1239862809668358206
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
I imagine that the Apple Pay is displaying 0$?
This link is for React Native extension, but I am using Flutter extension: https://pub.dev/packages/flutter_stripe
The Flutter SDK is maintained by the community and not by Stripe. You can open an issue in the github repository https://github.com/flutter-stripe/flutter_stripe and raise that issue saying that you need to pass the currency option.
ahh, sorry for bothering! Thanks 🙂
I use LT country (Lithuania) as it is in EU
And set the billing country of the customer to a EU country too?
https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/wallets/payment_sheet_screen_subscription.dart#L79
This not, I think I am using some default .I have to check
Yes, I use a default appearance
Try setting a EU country for the customer too
Ahh, I mixed up, its billing details, not appearance. I do not set any billing details...
it is set to LT too
Ok thanks for testing that.... so yeah probably you should raise an issue in the github repository and ask for a feature request
Thanks!
Happy to help!
Now if I would like to use stripe for Flutter, is there other way without using the extension I referred?
👋 taking over for my colleague. Let me catch up.
no unfortunately we don't support or have a flutter SDK
alright, good to know!