#arrayappy

1 messages · Page 1 of 1 (latest)

worthy mossBOT
west bluff
tough elbow
#

What about first subscription creation time

west bluff
#

No we don't. You can choose to send an email yourself by listening to our webhook event

tough elbow
#

Ok

#

Using checkout.session.completed we can create first time document in the database as it comes after user done the payment

#

Using customer.subscription.updated we can update the subscription record in our db if auto renewal happens or any update happened on that subscription

#

Am I right ??

west bluff
#

Yep!

tough elbow
#
  1. Then no need to process customer.subscription.created right ?
#
  1. What's the main advantage of listening to invoice.paid, because currently we are mainly depending on the above two webhooks