ConfirmationCode Property
This property indicates whether the address is Confirmed.
Syntax
[VB.NET] Public ReadOnlyProperty ConfirmationCode As String
[C#] public string ConfirmationCode {get;}
Remarks
ConfirmationCode will be filled after a call to the VerifyAddress method. It indicates whether the address on file for the PayPal account specified by the Email property is Confirmed. Knowing whether a shipping address is Confirmed or not can help catch fraudulent transactions. This property may contain one of the following values:
"None" | The Email address does not match any email address on file with PayPal. |
"Confirmed" | If the value of the StreetMatch property is "Matched", PayPal responds that the entire postal address is confirmed. |
"Unconfirmed" | PayPal responds that the postal address is unconfirmed. |
This property is read-only.
Default Value
""