- Combining the Authentication and the Authorization Services
- Implementing SDK Payer Authentication
- Payer Authentication Examples
- Authentication with TMS Tokens
- Authentication with Flex Microform Tokens
- Merchant-Initiated Transactions
- Testing Payer Authentication
On This Page
VERes Element
The
VERes
element contains the enrollment check response data.<VERes> (Enrolled) (AcctID) (URL) </VERes>
Element Name | Description | Type & Length |
---|---|---|
Enrolled | Result of the enrollment check. This field
can contain one of these values:
| 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>