#nimish-tank_webhooks

1 messages ยท Page 1 of 1 (latest)

pastel vesselBOT
#

๐Ÿ‘‹ 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.

drowsy wind
#

how to find the re_3Rg2JgBZi1m6nlLF1JqI9sec this type id in my web hook he is not be there

teal night
#

๐Ÿ‘‹ happy to help

drowsy wind
#

yes pls

#

hello

teal night
#

you need to listen to refund.created events for the information about the refund itself

drowsy wind
#

ch_3Rg2JgBZi1m6nlLF1m3qjAZA
it possible the fetch the refund object for use ch_3Rg2JgBZi1m6nlLF1m3qjAZA this id

teal night
#

yes you could try the API I just sent before your recent message

pastel vesselBOT
drowsy wind
#

evt_3Rg3daBZi1m6nlLF0tdGwHJB
this is my event id how fetch the refund object

broken stump
#

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.

drowsy wind
broken stump
#

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.

drowsy wind
#

I need the refunded object. How do I do the process