PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

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

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0