#jatinpatel0708
1 messages · Page 1 of 1 (latest)
yes, I am add the iframe on the other domain the Apple Pay button is not working
<iframe id='giving-iframe' allow='payment' class='iframe-class ifram-scroll-infomain' style='width: 475px; height: 950px; border-radius: 10px;' src='https://www.givingx.com/org/forms/data/embedded/62dbbee30823f6d17c014992?lang=en' frameborder='0' scrolling='no' seamless='seamless'></iframe>
here is my iframe
you can't load Stripe in an iframe
okay
I stand corrected
if you're only using the Payment Request Button
If you use the paymentRequestButton Element within an iframe, the iframe must have the allow attribute set to equal “payment *”.
Oh now I see the issue
your iframe's allow='payment' should be allow='payment*'
this will work for all payment methods except Apple Pay
Apple Pay won't work in the iframe
no sorry
Okay