#myoussef-ubscription-renewal

1 messages ยท Page 1 of 1 (latest)

timid dagger
#

yeah what @acoustic needle said in the main channel (thanks Nick) subscriptions renew forever by default

swift socket
#

how can i update my system if the subscription is paid or not, should i use webhook ?

timid dagger
#

yes you should use webhooks for this

swift socket
#

can i define the date to pay for a subscription? for example the subscription should be paid before 15 days or 20 days from the end of subscription

timid dagger
#

no you can't do that

#

I'd recommend taking the time to read through our docs end to end @swift socket instead though we cover all of this in heavy details and all the steps

swift socket
#

Thanks

swift socket
#

can i specify the start date of subscription? i have annual repair service in my website, if the customer paid for one year and at the fourth month of the year he try to select auto renewal at this case i want to create a subscription for him that start from the end of the first year, how to achieve that ?

timid dagger
#

Did you look at the docs first?

thick nimbus
#

@swift socket can we continue to chat here please?

#

i received this error when i tried to create subscription "StripeException: This customer has no attached payment source or default payment method.

swift socket
#

yes, i really read the docs and i have some confusion and i appreciate if you can help

#

i search for this error, and i found that i should add attach payment method to customer

thick nimbus
#

Sure, but I'll need the example request to look at in order to help

swift socket
#

req_x4X5lnWf8IkV3C

thick nimbus
#

OK that customer has no payment methods attached, as the error says

#

you need to review that portion of the guide and use default_incomplete then collect payment details client side to complete the payment

swift socket
#

can i create a subscription with a start date in the future (e.g. create a subscription with a start date in 01/01/2023) ?

thick nimbus
#

You can with subscription schedules! We have a documented use case for exactly that ๐Ÿ™‚

swift socket
#

thanks