#Bo0013246
1 messages · Page 1 of 1 (latest)
Our API reference doc covers that here: https://stripe.com/docs/api/pagination
The last one from the previous request
so which id should I use as an example event
also I see there is auto paginate, how does that work? https://stripe.com/docs/api/pagination/auto
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The docs show how it works
You can use the ID for the last event in the list you already received as your starting_after ID or you can use the auto-pagniation feature of the Stripe libraries
➜ stripe-sample-code stripe events list --type=payment_intent.created -d "created[gte]=1687469570" -d "created[lte]=1688656888" --limit 1 --starting_after=evt_3NQtzoIKbnQP38U1039rOXUR
unknown flag: --starting_after
➜ stripe-sample-code
I am getting an error
}% ➜ stripe-sample-code stripe events list --type=payment_intent.created -d "created[gte]=1687469570" -d "created[lte]=1688656888" --limit 1 --starting-after=evt_3NQtzoIKbnQP38U1039rOXUR
I got it
nvm
misspelled
This looks just like garbled text to me, I don't see what you are trying to do