#Shimri
1 messages ยท Page 1 of 1 (latest)
You could try Auto pagination to avoid these kind of pagination error: https://stripe.com/docs/api/pagination/auto?lang=node
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
cool
this is the customer id in Test mode: cus_N1OUcKSgr6h4Hs
required dates:
from :Tue Dec 20 2022
to: Sun Mar 19 2023
When the events are listed by event types, it will return the event type of all customers. You'd have to use auto-pagination suggested by orakaro and filter the customer ID in your own system
i know, but i dont get the customer's events in the events list response although this user has events in the activity logs
Can you share which event (evt_xxx) do you expect?
yes
1 min please
evt_1MSE3bLvRCh3IIiBaNx3GqW8
evt_3MSF41LvRCh3IIiB1pN39QR2
evt_1MHLk8LvRCh3IIiBqrNLpA0w
for example
Hi! I'm taking over this thread.
tnx
The events you shared are older than 30 days.
So they won't be available in the API.
This is mentionned here: https://stripe.com/docs/api/events/list
Does this also apply to prod env?
Yes
๐