#nitishk72-ideal-ios

1 messages · Page 1 of 1 (latest)

full scaffold
#

Hi 👋 do you have the Payment Intent ID (pi_XXX) from a payment where you didn't see iDeal offered as a payment method option?

full scaffold
#

@smoky cargo just checking to see if you saw that we started a thread for your concern?

smoky cargo
#

added returnUrl in initPaymentSheet and it got fixed

#

thank you so much

#

I have other issue

full scaffold
#

Awesome! Glad to hear you got it figured out.

smoky cargo
#

it's releated in flutter stripe

#

Unfortunately stripe don't have any official plugin for that

#

not sure if you can help me

full scaffold
#

Yeah, flutter is a framework that we don't have official support for yet, but let's hear the question and see if it's something that we can assist with.

smoky cargo
#

After successfully payment or failed payment I stuck on this screen

#

It automatically close in android but in ios it stuck here

#

@full scaffold can you help me

#

Related issue in stripe-ios

eager valley
#

hey there

#

Have you set up the return url handling for your app on ios?

#

eg, using our react native SDK this is required for ios only for handling those return URLs

#

Likely you will need something analogous set up for Flutter

smoky cargo
#

I get a callback by stripe
not sure about const { handleURLCallback } = useStripe();

#

I will look into the source code and try to find it