PayPal IPN Dispatch Error

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • PayPal IPN Dispatch Error

    Hallo Leute,

    ich weiß gerade nicht so recht wohin damit, deshalb eröffne ich das Thema mal in der Projekthilfe.

    Undzwar geht es um PayPal IPN. Ich teste das Ganze über den Sandbox-Server und laut Logs scheint auch alles einwandfrei zu funktionieren, wenn ich mit "nstant Payment Notification simulator" eine Zahlung schicke.

    Versuche ich allerdings über ein Formular eine Zahlung zu tätigen (mit Sandbox Accounts halt) gelange ich zwar zu Paypal doch wenn ich die Zahlung bestätigen möchte, erhalte ich folgende Meldung:

    Sorry — your last action could not be completed

    If you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes.

    If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity.

    If you came from PayPal's website, click the PayPal logo in the upper-left corner to return to our home page and restart your activity. You might have to log in again.
    Dispatch Error, please check logfile for more information
    Das Formular sieht folgendermaßen aus (URLs geändert):
    HTML-Code:
    <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
    
    <!-- the cmd parameter is set to _xclick for a Buy Now button -->
    <input type="hidden" name="cmd" value="_xclick">
    
    <input type="hidden" name="business" value="vx.34_1279453594_biz@googlemail.com">
    <input type="hidden" name="item_name" value="test produkt">
    <input type="hidden" name="item_number" value="1">
    <input type="hidden" name="amount" value="4.00">
    <input type="hidden" name="no_shipping" value="1">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="EUR">
    <input type="hidden" name="lc" value="GBP">
    <input type="hidden" name="bn" value="PP-BuyNowBF">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    
    <input type="hidden" name="return" value="https://seit.net/ok.html">
    
    <input type="hidden" name="cancel_return" value="http://seite.net/notok.html">
    
    <input type="hidden" name="rm" value="2">         
    
    </form>
    Hat irgendjemand eine Idee, wo der Fehler liegt?
Lädt...
X