#jagadeesh_api

1 messages ยท Page 1 of 1 (latest)

carmine veldtBOT
#

๐Ÿ‘‹ 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.

fading lark
#

๐Ÿ‘‹ happy to help

#

@silver birch what Payment Methods are you expecting to see and you're not?

silver birch
#

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

fading lark
#

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

silver birch
#

In android..

"id": "pi_3QScCYJ9kBKle4cL0R6EWHYT",

in IOS

"id": "pi_3QScDaJ9kBKle4cL11EYEAQU",

carmine veldtBOT
keen urchin
#

Hey! Taking over for my colleague. Let me catch up.

silver birch
#

do any one know the solution..or any mistake iam doing..please help

keen urchin
#

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...

silver birch
#

ok..

#

please do needfull

keen urchin
#

Ah sorry, I'm not able to run Flutter app...

silver birch
#

tried not able to runit

keen urchin
#

Yeah probably you should reach out to their repository directly and raise an issue.

#

Sorry we don't maintain it...

silver birch
#

ok

keen urchin
#

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)

silver birch
#

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

keen urchin
#

I'm not sure honestly what code exactly you are running

#

You probably need to raise an issue on the Github repository...

silver birch
#

ok..

keen urchin
#

In the meantime, make sure to verify that in Ios you are testing as in another country than India.