#kanohian
1 messages · Page 1 of 1 (latest)
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?
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.