Hi cin.corp
Thanks for using our modules.
Are you using Agile Paypal Adaptive module or Agile Paypal Parallel module?
Are you using Chained Payment or Parallel payment if it is Adaptive module?
From the information you provided, you have tested the function of module at development and it was working before moving to hosting server?
The module itself should be working fine, so I guess something related to environment or store configuration.
There are 2 possibilities of the issue.
1. The the server does not receive IPN data from Paypal server
Please make sure you have enabled IPN at your Paypal account
Please make sure your store have received IPN data.
Please turn on Logging in file /modules/agilepaypaladaptive/agilepaypaladaptive.php, there should a debug.log generated when IPN data received.
(Do not forget to turn it off later)
define('AgileAdaptive_Logging', 'off');
2. Some error occurred during Order Validation
You can look into database if there is any order related to the payment is created in database.
You can download IPN tester from here to try to see what error is happening.
viewtopic.php?f=10&t=1934&p=5184P.S.
If you are not using Chained Payment with Agile Adaptive Module, we suggest you to switch to using Agile Parallel payment module. It does not rely on IPN, it will use API to communicate with server real time. It is better than Adaptive module, but it does not support chained payment.
[We are retiring Adaptive Payment module]