- Combining the Authentication and the Authorization Services
- Implementing SDK Payer Authentication
- Testing Payer Authentication
- Payer Authentication Use Cases
On This Page
Simple Order API
VEReq Element
The
VEReq
element contains the enrollment check request data.<VEReq> (PAN) (AcqBIN) (MerID) </VEReq>
Element Name | Description | Type & Length |
---|---|---|
PAN | Customer’s masked account number. This
element corresponds to the payerAuthEnrollReply_proxyPAN API field. | String (19) |
AcqBIN | First six digits of the acquiring bank’s
identification number. | Numeric (6) |
MerID | Identifier provided by your acquirer; used to log in to the
ACS URL. | String (24) |
VEReq Element
<VEReq> <PAN>XXXXXXXXXXXX0771</PAN> <AcqBIN>123456</AcqBIN> <MerID>example</MerID> </VEReq>