#abhishekashyap_code
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/1324650573047398463
📝 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.
- abhishekashyap_code, 20 hours ago, 41 messages
hello! what do you mean by an in-app browser? do you mean the payment sheet?
I mean this, the one that appears after clicking on one of the payment options through payment sheet
did you register and configure your custom URL as mentioned here? https://docs.stripe.com/payments/accept-a-payment?platform=react-native#react-native-set-up-return-url
Yes i registered the custom url but for configuring it is not much clear
can you help with the configuring part
- https://reactnative.dev/docs/linking?syntax=ios - add the relevant code into AppDelegate.mm
- https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app#Register-your-URL-scheme
- Include the code from code in https://docs.stripe.com/payments/accept-a-payment?platform=react-native#react-native-set-up-return-url for deep linking
It’s working, thanks
great!