Hi,
We have integrated StoreFront website with our backend application. Anytime, user places an order using creditCard, order gets inserted into our main system. in our main system we validate other information and charge the credit card after order has been shipped.
I am using manual getway right now. during placing order I want to validate the credit card making sure it is valid card and card does not get declined before transferring the order to our system. I do not want to charge the card. I just want to validate it.
I need some ideas.
Thanks