Skip to content

Instantly share code, notes, and snippets.

@GJSissons
Created January 7, 2016 14:24
Show Gist options
  • Save GJSissons/5d62d2ed0ed35637fd1c to your computer and use it in GitHub Desktop.
Save GJSissons/5d62d2ed0ed35637fd1c to your computer and use it in GitHub Desktop.
Result after authorization an eCommerce transaction using Vantiv eComm sandbox
[ec2-user@ip-172-31-21-85 curl]$ . ./auth_litle_curl.sh
<litleOnlineResponse version='10.1' response='0' message='Valid Format' xmlns='http://www.litle.com/schema'>
<authorizationResponse id='auth-id' reportGroup='IQRptGrp' customerId='12345'>
<litleTxnId>771643925628630000</litleTxnId>
<orderId>1</orderId>
<response>000</response>
<responseTime>2015-11-22T08:14:53</responseTime>
<message>Approved</message>
<authCode>77673</authCode>
</authorizationResponse>
</litleOnlineResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment