Variables used to determine whether or not the payment was verified.
| C# | Visual Basic | Visual C++ |
public enum Verification
Public Enumeration Verification
public enum class Verification
| Member | Description |
|---|---|
| None |
Not set / default
|
| INVALID |
Investigate. In some cases, this response is caused by an IPN error, possibly from a change in the IPN format. To determine if it is an IPN error, first examine your code. If you need further assistance, go to http://www.paypal.com/wf/, click the Seller Tools topic, and click Instant Payment Notification (IPN).
|
| OTHER |
You received neither a VERIFIED or INVALID response. This requires attention.
|
| VERIFIED |
The payment has been verified from PayPal and is legitimate.
|
