Reputation: 143
I am using express checkout method for recurring payment and my webserver was down for 2 days and paypal has send IPN but updates to my DB was not done due to server down.
Is there any way I can resend that IPN or fetch that transaction. I have tried GetRecurringPaymentsProfileDetails, GetTransactionDetails API call but not getting exact same parameters.
can i set multiple URL for paypal IPN? or any other ways.
Thanks in advance
Upvotes: 0
Views: 112
Reputation: 236
The IPN can be resent from you PayPal account. Login to you PayPal account and mouseover on the "History" in the navigation bar, click the "IPN history" in the pull down menu, then you can review and resend the IPNs in the last 28 days.
Upvotes: 1