#Dev-Ahmed-Hasnain

1 messages · Page 1 of 1 (latest)

dry nymphBOT
edgy perch
#

👋 Hi there,
You can't list event by subscription using Stripe APIs. What you can do is listing all events:
https://stripe.com/docs/api/events/list
Or for each webhook events related to a subscription, you recieve, you store it in your integration (database) and show it later in your frontend. But there isn't public Stripe API that lists the events of a Subscrtipion