#philyfwik_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/1463676628298109151
đ 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.
- phil_stripeapp-iframe, 1 day ago, 12 messages
Hi there. You've given a description of what you're trying to do but I'm unclear on what your actual question is
could you elaborate?
Is there a way for me to display my questionnaire that sits on my owbn site, within the Stripe App I am building?
the closest thing I can find so far is Redirects: https://docs.stripe.com/stripe-apps/patterns/redirects
that is helpful, I can look into it
is there a way to give the seamless experience where they do not open a new tab though?
I came across the stripe doc that mentioned ExternalLinks, because it was worded like it would give what I needed, but it still opened up a new tab
I kind of doubt it because of security concerns
Is there any sort of iframe alternative? that stripe has built-in? or any form of workaround?
or better still, Is there a way to build my form natively to the app and pass data to an external system via api?
I mean I think Apps are limited in what they can do by design
There is the formfieldgroup component, and I think you can call external APIs with the appropriate permissions
https://docs.stripe.com/stripe-apps/components/formfieldgroup
Is there a way to get exceptions? Or like an approval process needed? Or do you have any suggestions as to alternatives to achieve the same goal?
hello! sorry but there isn't a way to do what you want right now. The only option is what palamedes suggested, which is to build the survey using Stripe components to gather the information you're looking for and send it back to your server to be processed