PayPal sandbox UK Payments Pro Hosted payment page does not process card -


we trying integrate paypal’s uk payments pro hosted payment page.

we have created new sandbox uk business account , uk customer account.

each time attempt make payment, error:

this transaction can't processed. please pay card.

here html our post:

<iframe name="hss_iframe" width="570px" height="540px"></iframe> <form style="display:none" target="hss_iframe" name="form_iframe" id="form_iframe" method="post" action="https://securepayments.sandbox.paypal.com/webapps/hostedsolesolutionapp/webflow/sparta/hostedsolesolutionprocess"> <input type="hidden" name="buyer_email" value="nata@print-science.com"> <input type="hidden" name="last_name" value="dulger"> <input type="hidden" name="first_name" value="nata"> <input type="hidden" name="notify_url" value="http://xyzprinting.he18.printscience.net/paypalprohostedipn"> <input type="hidden" name="subtotal" value="21.03"> <input type="hidden" name="currency_code" value="gbp"> <input type="hidden" name="cancel_return" value="http://xyzprinting.he18.printscience.net/paypal_cancel_2014?order=325558rl"> <input type="hidden" name="return" value="http://xyzprinting.he18.printscience.net/paypal_successful"> <input type="hidden" name="paymentaction" value="sale" /> <input type="hidden" name="template" value="templated" /> <input type="hidden" name="business" value="ps-uk@printscience.com" /> <input type="hidden" name="cmd" value="_hosted-payment" /> <input type="hidden" name="address1" value="123 cheapside"> <input type="hidden" name="city" value="london"> <input type="hidden" name="state" value="london"> <input type="hidden" name="zip" value="ec2 r 8ah"> <input type="hidden" name="custom" value="325558rl"> </form> <script type="text/javascript"> document.form_iframe.submit(); </script> 

try changing business value secure merchant id value specified @ top of profile page of sandbox test site. field should contain like:

name="business" value="hnz3qzmcpbaaa"

see developer guide, p.64: https://www.paypalobjects.com/webstatic/en_gb/developer/docs/pdf/hostedsolution_uk.pdf


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -