servicebot
servicebot copied to clipboard
Integrate with Stripe products
Stripe recently made major changes to their API
https://stripe.com/docs/upgrades?since=2018-02-06#api-changelog
Payment plans need to be directly connected to a product
Isn't it better to simply have products in servicebot then just use Stripe for posting charges?
This way the minimum required interface for the payment plugin API can be shipped without tighter integration with any particular payment gateway.
It will be easy to add and remove gateways like PayPal or Braintree or Stripe without creating products in each of them.
I also think some of the gateways do not have the equivalent of stripe products.