#NikolaKG80

1 messages · Page 1 of 1 (latest)

late bayBOT
severe grotto
#

Hi there!

#

We have an undocumented parameter for this:

vagrant lantern
#

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

severe grotto
#

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.

vagrant lantern
#

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?

severe grotto
#

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.

vagrant lantern
#

Ok, thank you