paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

IPN Not triggered #32

Open Muzamel opened 4 years ago

Muzamel commented 4 years ago

My query related to the IPN Listener. As per your claim the IPN Listener hits immediately after transaction (either successful or failure).

I followed these below set up flow according to your documentation; Set up your IPN Listener

  1. Create an IPN Listener that receives and processes the IPN messages sent by PayTabs.
  2. Log into your PayTabs Merchant Account > Go to “My Profile” and click on “Edit”.
  3. Enter the URL of your IPN Listener and click on “Submit”. IPN will not work with a local host IPN Listener URL. Testing the IPN Message Service is only possible on a publicly hosted URL.

In my IPN Listener method I sent an email with received response but paytabs not hit that IPN listener.

Please guide if I missed or need to modify anything.

Thanks in advance

arslan4038 commented 4 years ago

Any update on this issue please??