sails-service-payment icon indicating copy to clipboard operation
sails-service-payment copied to clipboard

Adding subscription endpoint for stripe

Open jgknott opened this issue 10 years ago • 2 comments
trafficstars

jgknott avatar Sep 20 '15 20:09 jgknott

@jgknott nice. Is that just creating customer or subscribing him to some plan? Because I see customers.create() but don't see anything with subscription.

Can you also make subscription for BrainTreePayments and add this to API section in README.md ? I'm going to rewrite all services modules with ES6, so I don't forgot what it does and why we need this?

ghaiklor avatar Sep 21 '15 05:09 ghaiklor

@ghaiklor It creates a customer and subscribes them to the specified plan. I'll look at adding the BrainTreePayments endpoint as well and add to the README.md

jgknott avatar Oct 02 '15 16:10 jgknott