#feminaagravat_39821

1 messages · Page 1 of 1 (latest)

jagged mirageBOT
tired bridge
#

Hello

#

The easiest Event to use to track a Subscription is customer.subscription.updated and to check the status of the Subscription when this Event fires.

#

If the status is active then you know there was successful payment.

lilac shore
#

but we have added a code based on subscription created , we are extending the membership plan date

tired bridge
#

Sure but then you could also listen for customer.subscription.updated to know if the payment was succcessful or not. Otherwise you can use payment_intent.succeeded or invoice.paid for that

#

Up to you