We are currently processing your application and will get back to you shortly with your loan decision. We will notify you via email when we have completed processing your application.
Be sure to check your email for specific instructions on how to log in and view your loan decision. To get a jumpstart on finalizing your loan documents, please send us the following documents as soon as possible: (1) Copy of your current drivers license, (2) Copy of your current auto insurance, and (3) Copy of your current vehicle registration. There may be additional requests once the application has been processed by one of our Loan Officers. You can email those to documents@openroadlending.com. Please include your application ID below so we can match them to your loan application.
Now that your application has been submitted, we recommend you take the next step below in order to be better informed about your credit. Your app id is [insert_php]echo $_REQUEST[‘App_ID’]; [/insert_php] [insert_php]echo $firstname; [/insert_php]. [insert_php]$freeCreditURL = ‘https://secure.rspcdn.com/xprr/red/PID/172/SID/sid_here?’; [/insert_php] [insert_php]$firstname = $_REQUEST[‘firstname’]; [/insert_php] [insert_php]$lastname = $_REQUEST[‘lastname’]; [/insert_php] [insert_php]$address = $_REQUEST[‘address’]; [/insert_php] [insert_php]$newaddress = preg_replace(“/[\s_]/”, “+”, $address); [/insert_php] [insert_php]$city = $_REQUEST[‘city’]; [/insert_php] [insert_php]$newcity = preg_replace(“/[\s_]/”, “+”, $city); [/insert_php] [insert_php]$state = $_REQUEST[‘state’]; [/insert_php] [insert_php]$zipcode = $_REQUEST[‘zipcode’]; [/insert_php] [insert_php]$email= $_REQUEST[’email’]; [/insert_php] [insert_php]$newFreeCreditReportURL = $freeCreditURL . ‘fname=’. $firstname . ‘&’ . ‘firstname=’. $firstname . ‘&’ . ‘lname=’. $lastname . ‘&’ . ‘lastname=’ . $lastname . ‘&’ . ‘address=’ . $newaddress . ‘&’ . ‘city=’. $newcity . ‘&’ . ‘state=’ . $state . ‘&’ . ‘zipcode=’ . $zipcode . ‘&’ . ’email=’ . $email;[/insert_php