-
-
Save kjr8017/d1937436bde640011bd57d4ece0b60d4 to your computer and use it in GitHub Desktop.
Visa 3D Secure VEReq/VERes Examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ThreeDSecure> | |
<Message id="999"> | |
<VEReq> | |
<version>1.0.2</version> | |
<pan>4444333322221111</pan> | |
<Merchant> | |
<acqBIN>411111</acqBIN> | |
<merID>99000001</merID> | |
<password>99000001</password> | |
</Merchant> | |
<Browser> | |
<deviceCategory>0</deviceCategory> | |
<accept>*/*</accept> | |
<userAgent>curl/7.27.0</userAgent> | |
</Browser> | |
</VEReq> | |
</Message> | |
</ThreeDSecure> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<ThreeDSecure> | |
<Message id="999"> | |
<VERes> | |
<version>1.0.2</version> | |
<CH> | |
<enrolled>Y</enrolled> | |
<acctID>A0fTY+pKUTu/6hcZWZJiAA==</acctID> | |
</CH> | |
<url>https://dropit.3dsecure.net:9443/PIT/ACS</url> | |
<protocol>ThreeDSecure</protocol> | |
</VERes> | |
</Message> | |
</ThreeDSecure> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment