sails-service-payment
sails-service-payment copied to clipboard
Adding subscription endpoint for stripe
trafficstars
@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 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