Monthly Archives: October 2015

Using PayPal Payment Data Transfer (PDT) Instead of IPN in Hostel and HostelPRO Plugins

From version 1.7.1 the plugin HostelPRO supports payment verifications by Paypal Data Transfer (PDT). The reason is that some customers may experience delays in receiving the paypal IPN response. The PDT payment mode can also be useful if you are running the plugin on intranet or want to test it on localhost.

Here is what you need to do to enable PDT payment handling:

  • Enable PDT in your Paypal account. More information here (see under “How to get started”).
  • Enter anything as Return URL in your Paypal account. It doesn’t matter, we generate another one on the fly
  • In HostelPRO Settings page select “Use Paypal PDT instead of IPN”. A box will appear to enter your token, obtained in step 1. This setting appears when you select Paypal as payment method.

That’s it. Your site will now use PDT instead of IPN. You can test it in Sandbox mode.