#wallave-refund-data

1 messages ยท Page 1 of 1 (latest)

nocturne sun
#

Hi there! You could list them via the API or use the Reporting API. Are you familair with either of those methods?

fading kernel
#

would you redirect me to the doc or links?

nocturne sun
fading kernel
#

also wondering for the event type charge.refunded, in what instance I would get "'succeeded" vs "paid"

#

as a status

nocturne sun
#

paid isn't a status for a refund

#

You will only get succeeded

fading kernel
#

for the object charge?

nocturne sun
fading kernel
#

yes this is what I got from the doc as well,
but after a month i saw that we are getting status as 'paid'

north sparrow
#

Do you have an example that shows the status as paid?

fading kernel
#

i do but how do I share it with you? its my company data

north sparrow
#

Are you getting this status from a specific request? If you share the request ID (or an object ID) we can look it up on our end, and those IDs are safe to share publicly

fading kernel
#

charge id: "ch_2KtfxhuhiYvNiaq31L7aoR9P"

north sparrow
#

Ah, I see the issue - you're on an older API version. For API version 2015-02-18 (https://stripe.com/docs/upgrades#2015-02-18) we replaced the paid status with succeeded. If you were to retrieve the same charge with a newer API version you would get a status of succeeded

Keep track of changes and upgrades to the Stripe API.

fading kernel
#

ahh. ๐Ÿ˜ฆ

#

thanks for the info, will ask further question if needed

north sparrow
#

๐Ÿ‘