ProofXML Element

The
ProofXML
element contains data that includes the date and time of the enrollment check and the
VEReq
and
VERes
elements. This element corresponds to the
payerAuthEnrollReply_proofXML
API field.
<ProofXML> (Date) (DSURL) (PAN) (AcqBIN) (MerID) (Password) (Enrolled) </ProofXML>
Child Elements of ProofXML
Element Name
Description
Type & Length
Date
The date on which the
proofXML
is generated.
Differing time zones and the lack of synchronization between servers might prevent the date and time from appearing sequentially during all stages of processing.
DateTime (25)
DSURL
URL for the directory server where the
proofXML
originated.
String (50)
PAN
Customer’s masked account number. This element corresponds to the
payerAuthEnrollReply_proxyPAN
API field.
String (19)
AcqBIN
The first six digits of the acquiring bank’s identification number.
Numeric (6)
MerID
The identifier provided by your acquirer that is used by the merchant to login to the ACS URL.
String (24)
Password
Merchant's masked authentication password for the ACS; provided by your acquirer. Applies only to cards issued outside the U.S.
String (8)
Enrolled
Result of the enrollment check. This field will contain one of these values:
Y
: Authentication available.
N
: Cardholder not participating.
U
: Unable to authenticate regardless of the reason.
String (1)
ProofXML Element
<ProofXML> <Date>20200209 08:00:34</Date> <DSURL>https:123.456.789.01:234/DSMsgServlet</DSURL> <PAN>XXXXXXXXXXXX0771</PAN> <AcqBIN>123456</AcqBIN> <MerID>4444444</MerID> <Password /> <Enrolled>Y</Enrolled>> </ProofXML>