Payment screen blank

ct1979
New Community Member

When process from our website to the PayPal payment site we are getting a blank screen.  Below is the URL that it is redirecting to and also the URL that we as using as the postback URL.  This has been working up until last week and now it is hit and miss and I need to figure out what is going on.

 

code for our button:

<input type="hidden" name="cmd" value="_cart" style="float: left">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="OurAccountNumber" />
<input id="ppitem_name" type="hidden" name="item_name_1" value="" />
<input id="ppitem_nameLeague" type="hidden" name="item_name_2" value="" />
<input id="ppamount" type="hidden" name="amount_1" value="62.00" />
<input id="ppamountLeague" type="hidden" name="amount_2" value="0.00" />
<input id="fname" type="hidden" name="first_name" value="" />
<input id="lname" type="hidden" name="last_name" value="" />
<input id="address" type="hidden" name="address1" value="" />
<input id="address2" type="hidden" name="address2" value="" />
<input id="city" type="hidden" name="city" value="Boise" />
<input id="state" type="hidden" name="state" value="ID" />
<input id="zip" type="hidden" name="zip" value="83714" />
<input id="phone1" type="hidden" name="night_phone_a" value="000" />
<input id="phone2" type="hidden" name="night_phone_b" value="000" />
<input id="phone3" type="hidden" name="night_phone_c" value="0000" />
<input id="emailaddress" type="hidden" name="email" value="" />
<input id="memberid" type="hidden" name="custom" value="" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="return" value="https://shadowgolf.org/Account/Success.aspx" />

<dx:ASPxButton ID="btnPayPal" runat="server"
PostBackUrl="https://www.paypal.com/cgi-bin/webscr"
Width="186px">
<ClientSideEvents Click="function(s, e) {
window.document.forms[0].target='_blank';
setTimeout(function(){window.document.forms[0].target='';}, 500);

}" />
<Image Url="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif">
</Image>
</dx:ASPxButton>

 

 

URL that we are redirected to that end up just being a blank page or sometimes it returns a 502 bad request

https://www.paypal.com/webapps/hermes?token=7HV959453T441345H&useraction=commit&mfid=1551839812645_f...

 

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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