#fobor10362-events

1 messages · Page 1 of 1 (latest)

crisp pasture
fallen blaze
#

yes subscription scenario

crisp pasture
#

Then you can listen to an event like invoice.payment_failed for those failed payments. Can you clarify what you mean when you say "someone trials"?

fallen blaze
#

they are a paying customer and i give them a trial as if it is a pause

crisp pasture
#

So you're adding a trial to the subscription? If so, you can just update your database then rather than relying on a webhook. If you would rather use events then you'll need to listen to customer.subscription.updated and look for events where the subscription went into a trialing status.