#geo88

1 messages ยท Page 1 of 1 (latest)

zealous fernBOT
sand delta
drowsy snow
#

ah thank you

#

I think I was on the wrong API call

#

this is a POST then

#

not a DELETE

sand delta
#

Yup ๐Ÿ™‚

drowsy snow
#

I'm gonna read what you gave me

#

I might get back to you

#

thank you ๐Ÿ™‚

sand delta
#

NP! ๐Ÿ™‚ Good Luck

drowsy snow
#

theses scheduled subscriptions, can they be created trough a pricingtable?

sand delta
#

Not at the moment unfortunately. However, you could listen to subscription creation webhook events and convert the subscription to a schedule.

drowsy snow
#

my users will go through this and then stripe checkout

drowsy snow
#

which is best?

sand delta
#

Subscription Schedule would be the preferred way as it allows you to avoid creating new subscriptions as well as maintain proper subscription history for a customer

drowsy snow
#

so I can't use the pricing table if I do subscription schedule?

#

:/

#

well, easy to recreate, it's just a call to a checkout, right?

sand delta
drowsy snow
#

So, the user would have 2 subscriptions?

Or once the 2nd subscription starts, the first one will end? right?

sand delta
#

So, the user would have 2 subscriptions?

Or once the 2nd subscription starts, the first one will end? right?
It will be the same subscription (we don't create a new one) which will be updated to whatever the next phase pricing is

drowsy snow
#

oh yes that's perfect

#

thank you very much ๐Ÿ™‚

sand delta
#

Would recommend reading through the links I shared above, they cover the usecase comprehensively
NP! ๐Ÿ™‚ Happy to help

drowsy snow
#

that's what i'm doing now ๐Ÿ™‚ thanks again ๐Ÿ˜‰

#

Looks like it worked just fine ๐Ÿ™‚

sand delta
#

Awesome, glad that worked ๐Ÿ˜„

drowsy snow
#

so, I just need to recreate the pricing table then?

#

and redirect the user to the check out to pay the $289 for the first year

#

once, paid, I do this API call (subscription schedule)

sand delta
#

Yup ๐Ÿ˜„

drowsy snow
#

perfect ๐Ÿ™‚

#

thank you very much

#

indeed, that's much cleaner now