#jin_paymentsheet-swift

1 messages ¡ Page 1 of 1 (latest)

manic horizonBOT
#

👋 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/1306758026866200666

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

olive raven
#

Hello! Can you provide a lot of specific detail about what "app breaks" means?

neat field
#

in my app, i have a use case where I first go to View1, then View2, then View3 where I can click a button to open a stripe PaymentSheet page

#

once i exit the Stripe PaymentSheet page, i go back to View3(works fine) , View2,(works fine) then View1 (buttons there no longer do anything when I click them)

olive raven
#

If I'm understanding correctly it sounds like View1 has nothing to do with Stripe, so that's an issue you'd need to debug and solve on your end.

neat field
#

configuration.returnURL = "your-app://stripe-redirect"

olive raven
#

I linked to the documentation that explains that above.

#

Have you done that?

#

Did you implement onOpenURL and define a custom URL scheme for your app?

neat field
olive raven
#

Okay, so what I said initially was correct, you either skipped all or part of that section.

#

Make sure you read that section I linked to above in detail.

neat field
#

ok thank you

olive raven
#

Happy to help!

manic horizonBOT