#Stripe for WordPress This is a Stripe plugin for WordPress. A lightweight E-Commerce solution. Instead of managing both WordPress Products and products / subscription in Stripe, have Stripe handle everything!
##API This plugin utilizes both the WordPress REST API and Stripe PHP Lib API to make sure your data is up to date.
##Angular Plugin is built in AngularJS, it is a single page client side application that runs in the WordPress admin dashboard.
##REST API Endpoints
I have created a few endpoins if you want to extend. All under the stripe-wp namespace
stripe-wp/settings- save the secret keys and modestripe-wp/customers- GET customersstripe-wp/customers/:id- GET customer | POST to save customer | DELETE a customerstripe-wp/plans- GET plansstripe/plans/:id- GET plan | POST to save plan | DELETE a plan
#To Install
- Clone Repo
- Run
npm install - Run
gulp - Move
build,inc,templates, andstripe-for-wp.phpinto a new directory within yourwp-content/plugins - Login to your dashboard and activate the
Stripe for WordPressplugin
##TO-DO all to-do, issues, and feature requests are in issues