#Sen-subscription-events

1 messages · Page 1 of 1 (latest)

pseudo kiln
#

Hello, can you clarify what you are looking for here? Are you talking about like webhook Events?

feral mulch
#

Yes, I am looking to retrieve all the events logs for a specific subscription. I am using the PHP stripe SDK library.
Like dashboard shows events: https://prnt.sc/1xdff7i

Lightshot

Captured with Lightshot

pseudo kiln
#

Unfortunately the events.list call does not support filtering like that.

feral mulch
#

Yes that was I am looking for

pseudo kiln
#

What is the end goal here? What would you like to do with the events for this specific subscription? I am trying to think of what you may be able to do to achieve that without the filter

feral mulch
#

Actually, I have created a stripe payment plugin where third-party CMS is used.
I want to show subscriptions events when the CMS admin open subscription detail page.

pseudo kiln
#

The details page on the dashboard? And just opening it, not modifying the subscription?

feral mulch
#

Not a stripe dashboard

pseudo kiln
feral mulch
#

It is a CMS dashboard

feral mulch
feral mulch
#

So i think currently not possible this right?

pseudo kiln
#

Unfortunately not. Your best bet will likely be making calls for the event type that you want and processing that

feral mulch
#

How can this be possible? making calls for the event type that you want and processing that.
I mean which API will useful or something.