#Jepperson
1 messages · Page 1 of 1 (latest)
hmm, i'm getting thsi error in response: Charges must be refunded using the /v1/charges/{CHARGE_ID}/refunds endpoint
but it seems im not trying to make a refund but to cancel one
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
This request error message is No such refund: 're_1O0iXYEv41GBQ3nkLZIPOwGT'
Not the one you are mentionning
what you want to achieve exaclty ?
i accidentally issued a bunch of refunds through the API for a connected account
we need a way to reverse those or cancel it if possible
yeahi think that log is from me doing the request without the connected account
i tried with the connected account passed and it returned the other message about charges must be refunded using the v1/charges endpoint
we need a way to reverse those or cancel it if possible
You can cancel a refund only if it's in a statusrequires_action
so basically we can do nothing
and their account will go into overdrawn, or is there another way to stop this
yeah the status on the refund says "pending" now so i don't think it's going to go to requires_action