Working on implementation of paypal's recurring payments, I've got encountered some problems.
I have followed paypal's documentation from here:
https://www.paypalobject...ngPayments.html#2573120 .
It seems that everything works properly and I get ProfileID at the end (from result of CreateRecurringPaymentsProfile() query). Recurring profile is also being created.
The problem is there's no IPN confirmation after running CreateRecurringPaymentsProfile() , but according to documentation
https://www.paypalobject...ngPayments.html#2576456 - it should be.
Any help and suggestions would be highly appreciated!
Thanks.