Additional fraud protection layer for Stripe payment

Language

You have a great website doing great business using a payment gateway, e.g Stripe. But, hey, have you consider adding a free fraud check to all orders running through prior to the submission to the payment gateway? Why not, after all, it costs you nothing with added security. I don't see any reason to resist it! Perhaps, you may some concerns on the technical site, that I hope this article can shine your some lights. This sample code provides you a complete flow (an example flow) from the order page to payment transaction. To run the sample, browse the stripe_payment_flow.html page, whereby it allows you to enter all billing, shipping, order and payment information. Once you click on the payment button, it will route the traffic to example.php page for fraud check and Stripe payment submission (test payment). However, before execute the example, please enter the FraudLabs Pro API key and Strip API into both stripe_payment_flow.html and example.php. Note: You may sign up for a free FraudLabs Pro API key at http://www.fraudlabspro.com/sign-up and Stripe account at http://stripe.com Happy coding.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Add new comment