Connecting Tech Pros Worldwide Forums | Help | Site Map

Error while payment in sandbox

Newbie
 
Join Date: Dec 2008
Posts: 29
#1: Feb 10 '09
when i testing sandbox for paypal i am getting this error..i used this code for this
Expand|Select|Wrap|Line Numbers
  1. <form target="paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">  
  2.  
  3. <input type="hidden" name="cmd" value="_xclick-subscriptions">
  4.  
  5. <input type="hidden" name="business" value="asha@digitalmesh.com ">
  6.  
  7. <input type="hidden" name="item_name" value="Membership">
  8.  
  9. <input type="hidden" name="item_number" value="ID2">
  10.  
  11. <input type="hidden" name="no_shipping" value="1">
  12.  
  13. <input type="hidden" name="no_note" value="1">
  14.  
  15. <input type="hidden" name="currency_code" value="USD">
  16.  
  17. <input type="hidden" name="a1" value="0.00">
  18.  
  19. <input type="hidden" name="p1" value="0">
  20.  
  21. <input type="hidden" name="t1" value="D">
  22.  
  23. <input type="hidden" name="a2" value="0.00">
  24.  
  25. <input type="hidden" name="p2" value="0">
  26.  
  27. <input type="hidden" name="t2" value="D">
  28.  
  29. <input type="hidden" name="a3" value="9.95">
  30.  
  31. <input type="hidden" name="p3" value="1">
  32.  
  33. <input type="hidden" name="t3" value="M">
  34.  
  35. <input type="hidden" name="src" value="1">
  36.  
  37. <input type="hidden" name="sra" value="1">
  38.  
  39. <input type="hidden" name="return" value="http://www.domainname.com/returnpage.cfm">
  40.  
  41. <input type="hidden" name="cancel_return" value="http://www.domainname.com">
  42.  
  43. <input type="hidden" name="notify_url" value="http://www.domainname.com/ipnhandler.cfm">
  44.  
  45. <input type="submit" value="Subscribe">
  46.  
  47. </form>
We are sorry, we are experiencing temporary difficulties. Please try again later. If this error occurred while making a payment, avoid duplicate payments by checking your Account Overview before resending a payment.

Message 3005

Des difficultés temporaires nous empêchent d'effectuer cette opération. Nous vous prions de nous excuser pour la gêne occasionnée. Veuillez réessayer ultérieurement. Si cette erreur est survenue lors d'un paiement, évitez tout paiement en double en vérifiant l'Aperçu du compte avant de renouveler l'opération.

Newbie
 
Join Date: Dec 2008
Posts: 29
#2: Feb 10 '09

re: Error while payment in sandbox


Could you please reply for this?
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#3: Feb 10 '09

re: Error while payment in sandbox


From the error message, it seems it's a temporary problem which should be fixed soon. Did it work with this code before?
Newbie
 
Join Date: Dec 2008
Posts: 29
#4: Feb 11 '09

re: Error while payment in sandbox


NO. when i tried this cod ei always got this msg
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#5: Feb 11 '09

re: Error while payment in sandbox


Try clearing your cookies. Also check that the account is verified and is a business account.
Newbie
 
Join Date: Dec 2008
Posts: 29
#6: Feb 12 '09

re: Error while payment in sandbox


How can i create paypal sanbox merchant account??
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#7: Feb 12 '09

re: Error while payment in sandbox


Not only is this not a Coldfusion question, it can easily be answered by a quick search or a few clicks on the Paypal website. Check the Business section.
Reply