#pooja-gupta_api

1 messages ยท Page 1 of 1 (latest)

iron yarrowBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

tacit panther
#

๐Ÿ‘‹ happy to help

#

you shouldn't be using checkout sessions in webview in iOS

trail sinew
#

๐Ÿ™‚

tacit panther
trail sinew
#

When I create payment intent I need to go outside my ios but facing issue when returning after authentication complete

#

That's y I used checkout session

#

I stuck on a screen after otp authentication

tacit panther
#

that's not a valid reason for using Checkout Sessions in webviews

trail sinew
#

In check out session same return url is working

#

But in payment intent it stuck

#

I had checked this documentation. But unable to resolve my problem

tacit panther
#

what's the return URL you're using?

trail sinew
iron yarrowBOT
trail sinew
#

And in response of this added appname://payment -success

#

Integrated universal link on server side

#

And deep linking on my app side as well

trail sinew
#

Added on app side and on server side

#

Do I need to add on stripe dashboard?

#

Is there particular criteria to follow for payment intent

#

?

sonic terrace
#

Hi. I'm taking over from my colleague. Please, give me a moment to catch up.

sonic terrace
trail sinew
#

I am facing issues

#

As I told before when using initialise payment sheet and present payment sheet then I stuck on safari after otp verification

#

Can you please guide me to make payment flow smoother

sonic terrace
#

Could you please make a screen recording of the issue, to ensure we're on the same page?

trail sinew
#

Sorry to say but I had removed that flow currently I am using stripe checkout session

#

I stuck on this screen after otp verification

sonic terrace
#

What happens when you close the window?

trail sinew
#

On close click it's working fine

#

But when I don't click on close unable to handle after payment success flow

sonic terrace
#

The instruction on the screen explicitly tells the customer to close the window. So this is a normal flow.

trail sinew
#

Is there any way it will auto redirect to app?

#

After otp verification successful?

sonic terrace
#

Let me check if you can automatically close the window...

#

I am using Mobile Payment Element and I see that 3DS window gets automatically closed.

sonic terrace
trail sinew
#

No with payment intent

#

I found captured ss on my device

sonic terrace
#

Could you please share the PaymentIntent ID pi_xxx?

trail sinew
trail sinew
sonic terrace
trail sinew
#

I had used same with using initpaymentsheet and present payment sheet

#

Is there any particular criteria for return url you are following

#

It stuck on safari unable to auto redirect to app

sonic terrace
#

Could you make the recording of the current flow please?

trail sinew
#

Currently I am using checkout sessions

sonic terrace
#

I understand. I just want to see exactly what is happening.
I would also appreciate if you could share an example Checkout Session ID/URL.

trail sinew
#

On checkout session flow is working fine

#

I used webview for my react native app

#

But don't have solution if I will use saved card make payment

#

After adding card details and click on pay button app navigate to this otp screen

#

And then stuck here till i click close button

#

But if I click on close button it navigate back to app successfully

sonic terrace
iron yarrowBOT
trail sinew
#

Session checkout is working fine

#

Facing issue with mobile element

round snow
#

Hey there, stepping in for Vanya as they need to step away. Let me check that i understand correctly.

You don't have an issue with hosted checkout, the problem you have is with the mobile app integration via React Native, specifically with the redirect flow (eg for 3ds). Is that right?