#gje-subscription
1 messages · Page 1 of 1 (latest)
hi, yes, it would be paid. $0 invoices just get automatically marked as paid immediately.
i see! then is there a way for me to automatically create a stripe customer and subscribe them to a free subscription plan for users who sign up on my web app? without having to go thru stripe checkout
not sure what you mean by automatic, you can easily call the Customer Create and Subscription Create APIs in code in your server to set up such a thing yep
ah i see okays thankyou
if you're not collecting payment information then it can be entirely backend only
okays then can i clarify regarding custom retry schedule for managing failed payments, based on the image i sent, does it behave as such?
- monday 7pm - subscription renews and payment fails
- tues 7pm - stripe retries payment
- wed 7pm - stripe retries payment
I don't know if the time of day is always exactly the same(I do think it is at least) but that is the general idea yep