Rolosoft.comRolosoft PayPal IPN Easy for .NET
OnTransactionReceived Method (e)
NamespacesRolosoft.IpnEasy.NetIpnOnTransactionReceived(TransactionEventArgs)
Rolosoft.com: PayPal IPN Easy for .NET

PayPal IPN received.

Declaration Syntax
C#Visual BasicVisual C++
public void OnTransactionReceived(
	TransactionEventArgs e
)
Public Sub OnTransactionReceived ( _
	e As TransactionEventArgs _
)
public:
void OnTransactionReceived(
	TransactionEventArgs^ e
)
Parameters
e (TransactionEventArgs)
The data from the IPN message
Remarks

Please remember to check the IPN is valid/ verified. You can check this by inspecting e.Transaction.Verification variable.

See Also

Assembly: Rolosoft.IpnEasy.Net (Module: Rolosoft.IpnEasy.Net) Version: 1.0.4316.24325 (1.0.0.5)