The simplest way to accomplish this is to Use the Checkout wizard to create the pages. When using the checkout wizard, you will have to chose a payment gateway. Select Paypal Payments Pro US as the payment gateway. After the pages have been created, remove the PayPal Express Checkout button from the Checkout page, and remove the local Checkout server behavior from the Confirm page.
You will also have to reset the redirect to the success page. If you selected to have the order Information stored in the database, double click the Store order Details server behavior and set the redirect. If not double click the Universal Email server behavior and set the redirect to the success page.
To store the credit card information, you will need to use the session variables that are stored to send these to the payment gateway. You will have to add columns to your MySQL table to store the credit card information and then you can insert the values into the database before the redirect.