Add create subscription API #5370
allentown521
started this conversation in
Feature Requests
Replies: 1 comment
-
any plan? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a common scenario in saas products, which is free trial. In stripe, we usually create a subscription for the customer (unpaid subscription) by calling the create subscription api. The advantage is that the user does not need to add payment information to start the trial. After the trial expires, the customer can pay in the portal.
If there is no such API, the entire process needs to be implemented by itself. We have to manually manage the trial period, otherwise the user can only pay first and then use it
Beta Was this translation helpful? Give feedback.
All reactions