Click here to Skip to main content
15,884,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am implementing the "Paypal website payment pro" in my website, but while testing in sandbox it redirects to "https://api-3t.sandbox.paypal.com/nvp" with message

TIMESTAMP=2011%2d06%2d02T06%3a51%3a28Z&CORRELATIONID=e9d9eca7daf6a&ACK=Success&VERSION=56%2e0&BUILD=1863577&AMT=75%2e00&CURRENCYCODE=USD&AVSCODE=X&CVV2MATCH=M&TRANSACTIONID=6JM048602T845381W

but it not returning to specified "return" url.

Please guys, help me to sort out this problem.

I am sending these parameters:

<pre lang="xml"><form method="POST" action="https://api-3t.sandbox.paypal.com/nvp>
<input  type="hidden" name="USER"           value="myapivalue" />
<input type="hidden"  name="PWD"            value="mypassword" />
<input type="hidden"  name="SIGNATURE"      value="mysignature" />
<input type="hidden" name="METHOD"         value="DoDirectPayment"  />
<input type="hidden" name="VERSION"        value="56.0"  />
<input type="hidden" name="PAYMENTACTION"   value="Sale" />
<input type="hidden" name="IPADDRESS"       value="59.178.92.233" />
<input type="hidden" name="CREDITCARDTYPE"  value="Discover" />
<input type="hidden" name="ACCT"            value="6011000990139424" />
<input type="hidden"  name="EXPDATE"        value   ="052016" />
<input type="hidden"  name="STREET"         value="9606 North MoPac Expressway" />
<input  type="hidden" name="CITY"           value="Austin" />
<input  type="hidden" name="STATE"          value="TX" />
<input type="hidden"  name="ZIP"            value="78759" />
<input type="hidden"  name="AMT"            value="75.00" />


<input type="hidden" name="RETURN" value="http://www.mywebsite.com" />
<input type="hidden"  name="CSC"            value="123" />
<input type="hidden"  name="FIRSTNAME"            value="MyName" />
<input type="hidden"  name="LASTNAME"            value="myLastName" />
<input type="hidden"  name="COUNTRYCODE"    value="US" />
<input type="submit" name="submit" />
</form>

Posted
Updated 1-Jun-11 21:39pm
v2
Comments
Dalek Dave 2-Jun-11 3:39am    
Edited for Grammar and Spelling.
Dylan Morley 2-Jun-11 7:41am    
I really hope that's a made up card number you've posted!
Jain Vijay 2-Jun-11 7:44am    
card number posted by me was provided by paypel for testing in sandbox

This is not strange that no one have solution of this problem. I have searched a lot on google but found nothing worthy. Even paypal documentation is worst among all payment gatway providers.
 
Share this answer
 
Comments
Sandeep Mewara 2-Jun-11 11:11am    
You need to keep patience. Further posting a comment here has just poped your question out of unanswered list which would give an impression to most of the people that the issue was answered by someone.
Solved.....

I have solved the issue from myself.....

Implemented & working fine on live....
 
Share this answer
 
Comments
Member 3405439 10-Feb-12 6:15am    
Hi
I am also having the same problem. can you please tell me how to solve this issue.

Thanks in advance.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900