PaymentKey Property
Token returned by Paypal, used to identify the transaction.
Syntax
[VB.NET] Public ReadOnlyProperty PaymentKey As String
[C#] public string PaymentKey {get;}
Remarks
The PaymentKey is a token you use in other Adaptive Payment components (such as the AdaptiveRefund component) to identify this payment. The PaymentKey is valid for 3 hours; the payment must be approved while the PaymentKey is valid.
This property is read-only.
Default Value
""