Well, i have been working on Paypal IPN. I need some information relate to Recuring proccess, please help me in it.
Question: Next Month Paypal will Automatically Charge to Client with Recuring, will IPN will return response to my website?.
Hope for positive response.
Best Regards Taha Ali Adil
Yes, you'll receive IPN for each recurring payment. Just check if txn_type = "recurring_payment". Also you'll receive at least the following fields:
txn_id = <transaction id>
recurring_payment_id = <recurring profile id>
payer_email = <email>
amount = <amount>
currency_code = <payment currency>
and so on.