inquisitive Posted September 6, 2008 Share Posted September 6, 2008 Hello, I am constructing a customer ecommerce solution that allows people to pay via echeck. First of all I want to know how to encrypt the data to make it totally secure so as to not allow hackers our customer's information. Also I have run into a little road block...people right now can enter any number for a routing number or account number...is there anyway to setup a validation with php so that we can cross reference this info to make sure it is legit? Or should we just send everyone to paypal? Link to comment https://forums.phpfreaks.com/topic/123048-how-to-validate-bank-information/ Share on other sites More sharing options...
steveclondon Posted September 6, 2008 Share Posted September 6, 2008 you need a to work with a payment gateway and use there API. Paypal is one option for credit card payments and can be used in several ways so the user wouldn't leave your site (only available if you are in the US). Link to comment https://forums.phpfreaks.com/topic/123048-how-to-validate-bank-information/#findComment-635450 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.