v1
latestOpenAPI 3.0.12026-07-24204656.7 KBApplication
Lease lookup by customer
Lease lookup using customer information.
<ul><li>Will not return any leases that are in a status that is not actionable (Declined, Funded, etc.).</li><li>Returns leases for the customer ONLY if the approval is tied to the merchant. </li><li>Can perform a lookup with either of the following request parameter combinations</li><ol><li>Last 4 of SSN AND Lease ID</li><li>Last 4 of SSN AND Mobile Phone Number</li></ol></ul>post/application/availability
Request body
Example request
{
"store": {
"progressiveMerchantId": 111111,
"merchantStoreId": "UT",
"salesAssociate": "John Smith"
},
"last4SSN": "1111",
"birthMonth": 12,
"birthYear": 1980,
"lastName": "Doe",
"mobilePhoneNumber": "8015111111",
"applicationId": 1234567
}Response
Success
Example response
{
"homePhone": "8015021111",
"cellPhone": "8015021112",
"emailAddress": "test@example.com",
"homeAddress": {
"streetAddress1": "123 Fake Street",
"streetAddress2": "456 Artificial Drive",
"city": "Draper",
"state": "UT",
"zip": "84020"
},
"payFrequency": "Weekly, Biweekly, Semi-Monthly, Monthly"
}