Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VantivSDK/9374830 to your computer and use it in GitHub Desktop.
Save VantivSDK/9374830 to your computer and use it in GitHub Desktop.
Litle Merchant Provisioner PayFac API Sandbox Case #5
Method: PUT
Response Status Code: 400
Url: https://www.testlitle.com/sandbox/legalentity/28704790565764511
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<legalEntityUpdateRequest xmlns="http://psp.litle.com/api/merchant/onboard">
<address>
<streetAddress1>1000 chelmsford street</streetAddress1>
<city>Lowell</city>
<stateProvince>MA</stateProvince>
<postalCode>01851</postalCode>
<countryCode>USA</countryCode>
</address>
<annualCreditCardSalesVolume>10000000</annualCreditCardSalesVolume>
<hasAcceptedCreditCards>true</hasAcceptedCreditCards>
</legalEntityUpdateRequest>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<errorResponse xmlns="http://psp.litle.com/api/merchant/onboard">
<transactionId>40435464948575106</transactionId>
<errors>
<error>Error in request: Could not find requested object.</error>
</errors>
</errorResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment