v1
latestOpenAPI 3.0.12026-07-24204656.7 KBApplication
Update lease application
Receives PreQual, bank, and card information required to decision a lease application. Can return an Approved, Denied, or PreApproved.
post/application/update
Request body
Example request
{
"store": {
"progressiveMerchantId": 111111,
"merchantStoreId": "UT",
"salesAssociate": "John Smith"
},
"disclosureCode": 12345,
"marketingOptIn": true,
"smsOptIn": true,
"customer": {
"merchantCustomerId": "1234",
"firstName": "John",
"lastName": "Doe",
"ssn": "111111111",
"birthdate": "01-01-1980",
"homePhone": "8015111111",
"cellPhone": "8015111111",
"emailAddress": "test.user@example.com",
"incomeSourceType": "Salary",
"incomeName": "MyCompany",
"grossIncomeMonthly": 3000,
"paymentFrequency": {
"nextPayDate": "01-01-2000",
"lastPayDate": "01-01-2000"
},
"creditCard": {
"cardNumber": "1111111111111111",
"cardBin": "111111",
"cvv": "111",
"expirationDate": "01-01-2024",
"expirationMonth": 1,
"expirationYear": 28,
"firstNameOnCard": "John",
"lastNameOnCard": "Doe",
"billingAddress": {
"streetAddress1": "123 Fake Street",
"streetAddress2": "456 Artificial Drive",
"city": "Draper",
"state": "UT",
"zip": "84020"
}
},
"identification": {
"state": "UT",
"number": "123456789"
},
"homeAddress": {
"streetAddress1": "123 Fake Street",
"streetAddress2": "456 Artificial Drive",
"city": "Draper",
"state": "UT",
"zip": "84020"
}
},
"leaseSource": {
"company": "merchant",
"brand": "merchant_site_2",
"flow": "checkout_page",
"integrator": "website_plugin"
},
"applicationId": 8165148
}Response
Updated