New Application Event
Webhook for New Application
Triggered when a customer submits a Progressive Leasing application.
Common uses: - Immediate outreach or assisted checkout - Application follow-up - Abandoned application recovery
{
"leaseKey": "string",
"merchantStoreNumber": "string",
"storeId": "string",
"parentLocationId": "string",
"cascadingStoreId": "string",
"fullName": "string",
"firstName": "string",
"lastName": "string",
"address": "string",
"city": "string",
"customerState": "string",
"postalCode": "string",
"phoneNumber": "string",
"email": "string",
"applicationDate": "string",
"invoiceAmount": "0",
"approvalExpirationDate": "string",
"applicationStatus": "string",
"statusReason": "string",
"approvalAmount": "string",
"grandParentStoreId": "string",
"lastModifiedDate": "string"
}
Updated about 11 hours ago