#kanohian

1 messages · Page 1 of 1 (latest)

dark jasperBOT
wary stratus
#

I need the metadata at subscription creation

#

I can browse through the events, but I need to process a lot of them

#

is there any way via api?

north mountain
#

You would want to get the creation Event on the Subscription in that case: https://stripe.com/docs/api/events/list

The above API method will list all Events (which you can filter based on the parameters mentioned in those docs). You can also retrieve a specific Event if you know its Event ID: https://stripe.com/docs/api/events/retrieve