Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

XID Property

TransactionId from a 3D Secure authentication.

Syntax

[VB.NET]
Public Property XID As String

[C#]
public string XID {get; set;}

Remarks

This property is used to pass the 3D Secure TransactionId (XID) data on to the credit card processor. This property must be a 20-byte plaintext value, or a 28-byte Base-64 encoded value. This component may be used in conjunction with the IP*Works! 3D Secure MPI component or with any other 3D Secure MPI implementation. For example:


 component.XID = ThreeDSecure.TransactionId

Other properties necessary for passing 3D Secure data are CAVV and ECI.

Default Value

""

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