How IPN works in Website Payment Pro when using IFRAME ???

noobiana
Contributor
Contributor

Hi,

I have made a website for a client in which I am using Paypal Pro UK and using DoDirectPayment thing. Its working fine, but PayPal is forcing client to get PCI Complaince which is not achieveable on a shared hosting enviornment specifically on cPanel without compromising something.

 

So I found iframe based paypal hosted solution, I've got the following code, but how the IPN works in it ?? Please enlighten.

 

iFrame code:

 

---

<iframe name="hss_iframe" width="570px" height="540px" frameborder="0"></iframe>

 

<form style="display:none" target="hss_iframe" name="form_iframe" method="post" action="https://securepayments.paypal.com/webapps/HostedSoleSolutionApp/webflow/sparta/hostedSoleSolutionPro...
<input type="hidden" name="cmd" value="_hosted-payment">
<input type="hidden" name="subtotal" value="50">
<input type="hidden" name="business" value="">
<input type="hidden" name="paymentaction" value="sale">
<input type="hidden" name="template" value="templateD">
<input type="hidden" name="return" value="https://yourwebsite.com/receipt_page.html">
</form>

 

<script type="text/javascript">
document.form_iframe.submit();
</script>

---

 

Thanks.

Login to Me Too
2 REPLIES 2

noobiana
Contributor
Contributor

Can anyone help me with this ???

Login to Me Too

PayPal_david
Moderator
Moderator

Hi there Noobiana,

 

Welcome to the Community!

As far as I'm aware, all merchants who would be using PayPal to receive payments for their business through PayPal would need to be PCI compliant. I do understand however that this would be difficult for you to do on a shared hosting environment.

 

I would advise you to try reaching out to our Merchant Technical Support team directly so that they can assist you with getting this resolved. You can reach them through the Twitter handle @PayPal_MTS or alternatively, you can contact them directly through the Technical Support website here https://www.paypal-techsupport.com/

 

Please let us know how it goes.

David.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.