#cnguyen85
1 messages · Page 1 of 1 (latest)
Hello cnguyen85, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• cnguyen-subscription-statemachine, 5 days ago, 9 messages
ah maybe I miss it so
with re_xxx prefix
it's something like re_XXXX ?
yup
charge.refunded event will return a charge object ch_xxx
but you can expand refunds to get a list of all associated refunds re_xxx
https://stripe.com/docs/api/charges/object#charge_object-refunds
and there is a way to find it through the dashboard ?
find what through dashboard?
the re_XXX
Either you can look for the charge in the search and open the details view, which should show the re_xxx OR you can look at all transactions here
https://dashboard.stripe.com/test/balance
and filter by type
It's weird because I have the event charge.refunded but there is not the field "refunds"
it isn't included by default. It is an expandable property. meaning you'd need to retrieve the charge again and expand refunds param
https://stripe.com/docs/api/expanding_objects
it's for the support team, not the tech team
that's why I try to know how to have acess to it on the dashboard
But it seems to be , not a real refund "POST /v1/charges/ch_XXXX/refund"
Our team won't know a ton about dashboard flows unfortunately. You can work with our support team on how you can do this via the dashboard
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.