#LST
1 messages ยท Page 1 of 1 (latest)
Also, is there a Java API for https://stripe.com/docs/api/events/list ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Not sure I understand the first question
What do you mean by will they be consumed?
So when my app is down and webhooks will not be delivered, I want to query the missed events. The docs say I can use https://stripe.com/docs/api/events/list to get the missed events, I'm just wondering whether it will return the missed events or all events in the given time frame
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I.e. if I call https://stripe.com/docs/api/events/list twice, will the second call return the same, or will it just return the missed events after the first call
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi ๐
I"m stepping in as @obsidian compass needs to go soon. The events list will return all events for your account.
As for Java we do have a Java client library you can use to make requests.
Okay I see, thanks!