#ゞ4444
1 messages · Page 1 of 1 (latest)
Hi there, you can listen to invoice.paid webhook events and perform your own operations in the webhook handler. You can find details in https://stripe.com/docs/billing/subscriptions/webhooks
After the payment is successful in the subscription, the hooks of the payment intent created will be called. Can I get which subscription this payment intent belongs to here
When not using invoice.paid event? you can get the subscription ID directly from the invoice object.
OK, thank you