Skip to content

Support Recovering a Credit App which was Initially Pending

Craig Weber requested to merge feature_pending_apps into master

Until now, when a credit application was returned as Pending from WFRS, we essentually handled it as if it was denied. However, these Pending calls do return account numbers and occasionally are approved quickly after the initial submission (about 20% within 90 seconds).

This commit changes application behavior to always save an app record, even when the application was pended or denied. A status column is added to all app types to show what status it is.

Second, it adds a view that the client can POST to, to perform another inquiry with WF to check on the status of the previously pended application.

Third, a table of account inquiries tied to credit applications is now displayed in the credit application detail view in the dashboard.

Edited by Craig Weber

Merge request reports