- Combining the Authentication and the Authorization Services
- Implementing SDK Payer Authentication
- Authentication Examples Using Primary Account Numbers
- Authentication Examples Using Digital Payment (Google Pay)
- Authentication Examples Using TMS Tokens
- Authentication Examples Using Flex Microform Tokens
- Authentication Examples Using Tokenized Cards
- Authentication Examples of Merchant-Initiated Transactions
- Testing Payer Authentication
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 contains one of these values:
| String (1) |
AcctID | Masked string used by the ACS. | String (28) |
URL | The URL of the Access Control Server that receives the
PAReq . This element corresponds to the payerAuthEnrollReply_acsURL API field. | String (1000) |
VERes Element
<VERes> <Enrolled>Y</Enrolled> <AcctID>NDAxMjAwMTAxMTAwMDc3MQ==</AcctID> <URL>https://www.example_url.com</URL> </VERes>