Validate the IPN received from PayPal.
This method verifies that the IPN is genuine and raises the OnPayPalTransactionReceived event that can be used to extract a strongly typed data structure (of type PayPalData) from the IPN.
| C# | Visual Basic | Visual C++ |
public void Validate()
Public Sub Validate
public: void Validate()
You should always validate any IPN received to make sure that it originated from PayPal.
