JacksTaxBack.com
Category: WordPress, PHP, cURL, Stripe
Last updated: 14 September, 2017
Overview
JacksTaxBack.com was built from a WordPress theme, utilizing forms and custom fields.
Stripe Integration
I also built Stripe integration into the site, using Stripe's Elements. This was required due to the nature of the client needing to input a custom amount to pay, as they varied depending on the type of service.
There was nothing currently available out-of-the-box from Stripe that would meet everything the client desired, so in PHP and cURL I implemented a custom approach that also creates a Customer in the backend of Stripe for easy management.
For more information on the integration and how I achieved it, checkout the Github for the code.