Created
November 21, 2012 08:34
-
-
Save x2q/4123818 to your computer and use it in GitHub Desktop.
Visa 3D Secure CRReq/CRRes Examples
This file contains 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"> | |
<CRReq> | |
<version>1.0.1</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> | |
</CRReq> | |
</Message> | |
</ThreeDSecure> |
This file contains 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"> | |
<CRRes> | |
<version>1.0.1</version> | |
<CR> | |
<begin>4005559876540</begin> | |
<end>4005559876541</end> | |
<action>A</action> | |
</CR> | |
<CR> | |
<begin>4000000000000000</begin> | |
<end>4931039828002001</end> | |
<action>A</action> | |
</CR> | |
<CR> | |
<begin>4012010000000000009</begin> | |
<end>4012010000000000010</end> | |
<action>A</action> | |
</CR> | |
<serialNumber>1</serialNumber> | |
</CRRes> | |
</Message> | |
</ThreeDSecure> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment