|
|
|
|
|
by colinloretz
1916 days ago
|
|
We just built our own subscriptions on the Subscription API and it is extremely thin. Just a few gripes that I had to build around:
1. The "SubscriptionContract" isn't much of a contract at all. You can set a subscription to cancelled but still bill against it for example.
2. It keeps track of a "next billing date" but it does not bill the customer for you like Stripe does, you have to keep track of the next billing date and attempt to bill against the contract yourself. |
|
Last time I checked most of the shopify apps out there are not suited to this.