#ej
1 messages · Page 1 of 1 (latest)
From Stripe? They're retrievable from the Dashboard though: https://dashboard.stripe.com/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But anyway, you can do that if you want sure. Just seems overkill to me
yeah but i use the api/sdk a lot so it might be easier to get it programmatically. i have a records table for all outgoing requests to stripe (for internal audits).
i'll see what i can do with the hooks 👍
I mean whenever the API errors the req_xxx should be returned in the error body response
You'd only really need the hook to get the req_xxx for successful requests I guess
got it! thanks!