Skip to content

Instantly share code, notes, and snippets.

@GJSissons
Created January 7, 2016 14:25
Show Gist options
  • Save GJSissons/040feb71c699062458d7 to your computer and use it in GitHub Desktop.
Save GJSissons/040feb71c699062458d7 to your computer and use it in GitHub Desktop.
Result of authorizing an eCommerce transaction when there are insufficient funds
[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>460269071422121110</litleTxnId>
<orderId>1</orderId>
<response>110</response>
<responseTime>2015-11-22T08:41:01</responseTime>
<message>Insufficient Funds</message>
</authorizationResponse>
</litleOnlineResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment