Trouble shooting
Failures and IPN log
You find the IPN log in the vendor view under Reports > Integrations (IPN).
There is every IPN request listed – successful as well as failed ones.
An IPN call is considered a success, if the Digistore24 server receives the text “OK” (upper case, without the quotes) from your server.
If an IPN call failes, the Digistore24 server will retry for at least 20 times over the next 10 days. The first retry takes place after 3 minutes. If the calls continue to fail, the repeat interval increases up to 24 hours after 10 attempts.
Repeating IPN calls
For serveral reasons Digistore24 may repeat ipn calls. Possible reasons are
- Due to a network or an ipn script error Digistore24 does not receive a success response (even if the ipn script has processed the ipn process)
- Sometimes ipn calls are repeated manually, when orders are fixed manually (e.g. if a buyer paid too much and a refund is issued. Then after the refund we may initiated another ipn all for the payment to make sure, that the buyer as access to his product).
Please make sure your ipn script can handle multiple calls for the same ipn event.
Was this helpful?