REST API

VERes

The <VERes> element contains the enrollment check response data.
<VERes> (Enrolled) (AcctID) (URL) </VERes>
Child Elements of <VERes>
Element Name
Description
Type & Length
<Enrolled>
Result of the enrollment check. This field can contain one of these values:
  • Y: Authentication available.
  • N: Cardholder not participating.
  • U: Unable to authenticate regardless of the reason.
String (1)
<AcctID>
Masked string used by the ACS.
String (28)
<URL>
URL of Access Control Server where to send the PAReq. This element corresponds to the
consumerAuthenticationInformation. acsUrl
API field.
String (1000)
<VERes> Element
<VERes> <Enrolled>Y</Enrolled> <AcctID>NDAxMjAwMTAxMTAwMDc3MQ==</AcctID> <URL>https://www.example_url.com</URL> </VERes>