#nimish-tank_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1389581089219022898
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
how to find the re_3Rg2JgBZi1m6nlLF1JqI9sec this type id in my web hook he is not be there
๐ happy to help
you need to listen to refund.created events for the information about the refund itself
or you could use the API to list the refunds and filter by Charge ID https://docs.stripe.com/api/refunds/list#list_refunds-charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ch_3Rg2JgBZi1m6nlLF1m3qjAZA
it possible the fetch the refund object for use ch_3Rg2JgBZi1m6nlLF1m3qjAZA this id
yes you could try the API I just sent before your recent message
evt_3Rg3daBZi1m6nlLF0tdGwHJB
this is my event id how fetch the refund object
Hi ๐ jumping in as my teammate needs to step away soon. You'd use the ID of the Charge object in that Event as the value you provide to the charge parameter when making a request to list Refund objects using the endpoint my teammate referenced above.
Check this, my response re_3Rg3daBZi1m6nlLF05cRp60S this type id not there
I don't understand what you're trying to tell/show me. What response? That's an Event object, which has the Charge ID in it (in data.object.id) that you would use as the Charge ID filter when making a request to list Refund objects.
I need the refunded object. How do I do the process