The other day, I looked at using Stripe.com to accept PCI-compliant online payments without a merchant account . In that experiment, I performed a cross-domain AJAX request to validate the credit card (using Stripe.com's API) followed by a local AJAX request to validate the rest of the form data. To do this, I put the launch of the second A ...
Read More ยป