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/9374906 to your computer and use it in GitHub Desktop.
Save VantivSDK/9374906 to your computer and use it in GitHub Desktop.
Litle Merchant Provisioner PayFac API Sandbox Case #9
Method: POST
Response Status Code: 400
Url: https://www.testlitle.com/sandbox/legalentity/28704790565764511/submerchant
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<subMerchantCreateRequest
xmlns="http://psp.litle.com/api/merchant/onboard">
<merchantName>Merchant Name</merchantName>
<amexMid>1234567890</amexMid>
<discoverConveyedMid>123456789012345</discoverConveyedMid>
<url>http://merchantUrl</url>
<customerServiceNumber>8407809000</customerServiceNumber>
<hardCodedBillingDescriptor>billingDescriptor</hardCodedBillingDescriptor>
<maxTransactionAmount>8400</maxTransactionAmount>
<purchaseCurrency>USD</purchaseCurrency>
<merchantCategoryCode>5964</merchantCategoryCode>
<bankRoutingNumber>840123124</bankRoutingNumber>
<bankAccountNumber>84012312415</bankAccountNumber>
<pspMerchantId>123456</pspMerchantId>
<address>
<countryCode>USA</countryCode>
<streetAddress1>Street Address 1</streetAddress1>
<streetAddress2>Street Address 2</streetAddress2>
<city>City</city>
<stateProvince>MA</stateProvince>
<postalCode>01970</postalCode>
</address>
<primaryContact>
<firstName>John</firstName>
<lastName>Doe</lastName>
<emailAddress>John.Doe@company.com</emailAddress>
<phone>9785552222</phone>
</primaryContact>
</subMerchantCreateRequest>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<errorResponse xmlns="http://psp.litle.com/api/merchant/onboard">
<transactionId>91966692742780530</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