Error while payment in sandbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CFFAN
    New Member
    • Dec 2008
    • 29

    Error while payment in sandbox

    when i testing sandbox for paypal i am getting this error..i used this code for this
    Code:
    <form target="paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">  
    
    <input type="hidden" name="cmd" value="_xclick-subscriptions">
    
    <input type="hidden" name="business" value="asha@digitalmesh.com ">
    
    <input type="hidden" name="item_name" value="Membership">
    
    <input type="hidden" name="item_number" value="ID2">
    
    <input type="hidden" name="no_shipping" value="1">
    
    <input type="hidden" name="no_note" value="1">
    
    <input type="hidden" name="currency_code" value="USD">
    
    <input type="hidden" name="a1" value="0.00">
    
    <input type="hidden" name="p1" value="0">
    
    <input type="hidden" name="t1" value="D">
    
    <input type="hidden" name="a2" value="0.00">
    
    <input type="hidden" name="p2" value="0">
    
    <input type="hidden" name="t2" value="D">
    
    <input type="hidden" name="a3" value="9.95">
    
    <input type="hidden" name="p3" value="1">
    
    <input type="hidden" name="t3" value="M">
    
    <input type="hidden" name="src" value="1">
    
    <input type="hidden" name="sra" value="1">
    
    <input type="hidden" name="return" value="http://www.domainname.com/returnpage.cfm">
    
    <input type="hidden" name="cancel_return" value="http://www.domainname.com">
    
    <input type="hidden" name="notify_url" value="http://www.domainname.com/ipnhandler.cfm">
    
    <input type="submit" value="Subscribe">
    
    </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.
    Last edited by acoder; Feb 10 '09, 04:22 PM. Reason: Changed [quote] to [code] tags
  • CFFAN
    New Member
    • Dec 2008
    • 29

    #2
    Could you please reply for this?

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      From the error message, it seems it's a temporary problem which should be fixed soon. Did it work with this code before?

      Comment

      • CFFAN
        New Member
        • Dec 2008
        • 29

        #4
        NO. when i tried this cod ei always got this msg

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Try clearing your cookies. Also check that the account is verified and is a business account.

          Comment

          • CFFAN
            New Member
            • Dec 2008
            • 29

            #6
            paypal sanbox merchant account

            How can i create paypal sanbox merchant account??

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              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.

              Comment

              Working...