#katinukx-schedules

1 messages · Page 1 of 1 (latest)

somber girder
#

hi! the only way would be to manually call https://stripe.com/docs/api/subscriptions/update on the underlying subscription. If the schedule creates the Subscription immediately, you can get the ID from schedule.subscription and then do the update, or if the schedule will create it in the future, you can listen to the customer.subscription.created webhook event and do it then.

round sage
#

Omg 😄

#

It is problem because I save order_id from my database in metadata. So after successful subscription payment, I do not know which order I need to fulfill..

somber girder
#

yep, metadata can help with that!