#pooja-gupta_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/1359132953208422410
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
instead you should be using https://docs.stripe.com/payments/mobile/accept-payment
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
you need to setup a return URL https://docs.stripe.com/payments/mobile/accept-payment?platform=ios&type=payment#set-up-return-url
that's not a valid reason for using Checkout Sessions in webviews
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
what's the return URL you're using?
Live domain eg: https://abc.com/pod
And in response of this added appname://payment -success
Integrated universal link on server side
And deep linking on my app side as well
Added on app side and on server side
Do I need to add on stripe dashboard?
Added this type of link https://abc.com/pod
Is there particular criteria to follow for payment intent
?
Hi. I'm taking over from my colleague. Please, give me a moment to catch up.
Coming back to the integration type choice. Why you don't want to use the Mobile Payment Element?
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
Could you please make a screen recording of the issue, to ensure we're on the same page?
Sorry to say but I had removed that flow currently I am using stripe checkout session
I stuck on this screen after otp verification
What happens when you close the window?
On close click it's working fine
But when I don't click on close unable to handle after payment success flow
The instruction on the screen explicitly tells the customer to close the window. So this is a normal flow.
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.
Again, is this screenshot from Checkout Session?
Could you please share the PaymentIntent ID pi_xxx?
Can you share me any reference with this ?
Sorry to say but I don't have any for now
I am just following this: https://docs.stripe.com/payments/accept-a-payment?platform=react-native
I had used same with using initpaymentsheet and present payment sheet
Is there any particular criteria for return url you are following
https://abc.com/pod
https://abc.com/payment-success
I tried both but none of them is working
It stuck on safari unable to auto redirect to app
Could you make the recording of the current flow please?
Currently I am using checkout sessions
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.
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
Sorry, I don't understand. Is the Checkout Session working fine? Or is it not closing the window on its own?
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?