#NikolaKG80
1 messages · Page 1 of 1 (latest)
Hi there!
We have an undocumented parameter for this:
- List all events with https://stripe.com/docs/api/events/list
- And set
object_id: pi_xxx
However note that only events from the last 30 days are available
I see two events payment_intent.succeeded and payment_intent.created. I updated the description for that intent, but that event isn't displayed... It's visible in events and logs though
It's an undocumented parameter, so it might not be 100% reliable.
The other option is to list all events and do the filtering on your end. Or even better: setup a webhook endpoint to listen to the events you are interested it going forward.
It's not visible on https://dashboard.stripe.com/test/events either, but is visible on https://dashboard.stripe.com/test/logs. Can I access that through api?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's not visible on https://dashboard.stripe.com/test/events either, but is visible on https://dashboard.stripe.com/test/logs.
Then it's not an event, it's a log.
And no you cannot access logs with the API.
Since you are making the API calls, you should be able to store your own logs.
Ok, thank you