#datdevo-Stripejs
1 messages · Page 1 of 1 (latest)
👋 happy to help
do you mean that you want to load your page where you used Stripejs in an iframe on a 3rd party website?
My customer seems to need to load a custom Stripe form on a 3rd-party site (via a URL in an IFrame) for their customers to complete the form
Should this work out of the box?
they should be using Stripejs Elements (this will do the trick for them)
The form is build with StripeJS Elements and works correctly on the site the form is loaded from via IFrames
the issue seems to be when its loaded via IFrame
Test mode form having issue here: https://reads.ie/pages/payment-confirmation
I think there's a redirection issue when posting to the server the required data to create the payment which shouldn't be a stripe-related issue
The form is build with StripeJS Elements and works correctly on the site the form is loaded from via IFrames
the issue seems to be when its loaded via IFrame
I'm sorry, but I'm really not following
My customer is loading their form from Site A (https://reeds.ie/online-payment?tmpl=component) via IFrame on Site B (https://reads.ie/pages/payment-confirmation) but on Site B the form is not working as expected
I suspect this to be an AJAX request issue rather than a Stripe issue
The Fom on Site A works as expected
AFAIK this is not recommended
Alright