servicebot icon indicating copy to clipboard operation
servicebot copied to clipboard

Integrate with Stripe products

Open bsears90 opened this issue 7 years ago • 1 comments

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

bsears90 avatar Feb 20 '18 22:02 bsears90

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.

zero-master avatar Jun 03 '18 14:06 zero-master