PayPal IPN received.
| C# | Visual Basic | Visual C++ |
public void OnTransactionReceived( TransactionEventArgs e )
Public Sub OnTransactionReceived ( _ e As TransactionEventArgs _ )
public: void OnTransactionReceived( TransactionEventArgs^ e )
- e (TransactionEventArgs)
- The data from the IPN message
Please remember to check the IPN is valid/ verified. You can check this by inspecting e.Transaction.Verification variable.
