- Combining the Authentication and the Authorization Services
- Implementing SDK Payer Authentication
- Testing Payer Authentication
- Payer Authentication Use Cases
On This Page
Simple Order API
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 payerAuthEnrollReply_acsURL API field. | String (1000) |
VERes Element
<VERes> <Enrolled>Y</Enrolled> <AcctID>NDAxMjAwMTAxMTAwMDc3MQ==</AcctID> <URL>https://www.example_url.com</URL> </VERes>