E-Payment Integrator - 3-D Secure V6 - Online Help
Available for:
E-Payment Integrator - 3-D Secure V6
Questions / Feedback?

VerifyEnrollment Method

Verifies that the CardNumber is enrolled in the 3-D Secure program.

Syntax

[VB.NET]
Public Sub VerifyEnrollment()
[C#]
public void VerifyEnrollment();

Remarks

After optionally using RequestCardRanges, VerifyEnrollment should be used to send a Verify Enrollment Request (VEReq) message to the Directory Server specified by the DirectoryServerURL property. If the credit card number specified in CardNumber is enrolled in the 3-D Secure program, the CardEnrolled property will be "Y", and the ACSURL property will contain the fully qualified URL of the Access Control Server in which to send the Payer Authentication Request (PAReq) message.

If enrollment is confirmed, GetAuthenticationPacket can be used to generate the Payer Authentication Request (PAReq).

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 6.0.6635.0