#jagadeesh_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/1314173197670940693
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
@silver birch what Payment Methods are you expecting to see and you're not?
I have implemented the stripe gateway in flutter..
So for android i got this payment options..but ios i got only card
iam expecting the payment options similar to the android in ios
try changing the billing address country
and if you can share the PaymentIntent ID I would be able to see more details about why only cards are showing
In android..
"id": "pi_3QScCYJ9kBKle4cL0R6EWHYT",
in IOS
"id": "pi_3QScDaJ9kBKle4cL11EYEAQU",
Hey! Taking over for my colleague. Let me catch up.
do any one know the solution..or any mistake iam doing..please help
The both PaymentIntents had a large range of PamentMethods
We Stripe don't maintain Flutter integration, it's maintained by the community. But let me try making some tests...
Ah sorry, I'm not able to run Flutter app...
have you tried to run the official Flutter App in the github repository?
https://github.com/flutter-stripe/flutter_stripe
tried not able to runit
Yeah probably you should reach out to their repository directly and raise an issue.
Sorry we don't maintain it...
ok
Between, try changing the customer's location to another Country
In india, I think there is only card payment available, that could be the reason...
You need to make sure that the billing/shipping address are in UK for example (same as your Android example)
i have run the both apps from india,...but it comes in android..why it not comes in ios
i have run the same code..for both
I'm not sure honestly what code exactly you are running
You probably need to raise an issue on the Github repository...
ok..
In the meantime, make sure to verify that in Ios you are testing as in another country than India.