#gje-subscription

1 messages · Page 1 of 1 (latest)

serene delta
#

hi, yes, it would be paid. $0 invoices just get automatically marked as paid immediately.

haughty sierra
#

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

serene delta
#

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

haughty sierra
#

ah i see okays thankyou

serene delta
#

if you're not collecting payment information then it can be entirely backend only

haughty sierra
#

okays then can i clarify regarding custom retry schedule for managing failed payments, based on the image i sent, does it behave as such?

  1. monday 7pm - subscription renews and payment fails
  2. tues 7pm - stripe retries payment
  3. wed 7pm - stripe retries payment
serene delta
#

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