Last active
September 4, 2018 20:49
-
-
Save VantivSDK/2120199 to your computer and use it in GitHub Desktop.
Sample Litle xml request
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
<cnpOnlineRequest version="12.1" xmlns="http://www.vantivcnp.com/schema" merchantId="default"> | |
<authentication> | |
<user>JoesStore</user> | |
<password>JoeyIsTheBe$t</password> | |
</authentication> | |
<authorization id="ididid" reportGroup="rtpGrp" customerId="12345"> | |
<orderId>1</orderId> | |
<amount>1000</amount> | |
<orderSource>ecommerce</orderSource> | |
<billToAddress> | |
<name>Jane Doe</name> | |
<addressLine1>20 Main Street</addressLine1> | |
<city>San Jose</city> | |
<state>CA</state> | |
<zip>95032</zip> | |
<country>USA</country> | |
<email>[email protected]</email> | |
<phone>978-551-0040</phone> | |
</billToAddress> | |
<card> | |
<type>MC</type> | |
<number>5454545454545454</number> | |
<expDate>1112</expDate> | |
<cardValidationNum>123</cardValidationNum> | |
</card> | |
</authorization> | |
</cnpOnlineRequest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment