Search code examples
paypal-ipn

Update Paypal IPN message details


Is there a way to update the variable data that was sent to paypal?

Given this scenario, a customer purchases an item with code A, then code B is introduced that now logs users id and other information. But all customers who purchased using code A will not be correctly identified by code B.

I can see the IPN message detail in the IPN history, but I just wished I could type into that box and manually update/correct a few of the variables.

Is there a way to do this, or a way around this?


Solution

  • You can update the customer's recurring payment profile using another API. I don't know what the point of amending, at PayPal, an IPN message that has already been sent to you is, but you can't do it, and you don't want to do it. You would be lying to yoursef about what they have sent you, and perpetrating a fraud against PayPal as well. All you have to do is adjust what happened at your end.