#Andres2792 - Destination Charge Refunds
1 messages · Page 1 of 1 (latest)
Hello @finite hull hope u are having a good day
Some extra chatty people but so far so good. So you're basically looking at this approach?
https://stripe.com/docs/connect/destination-charges#issuing-refunds
Exactly that one but I'm getting balance issues so I would like to better understand the fund flow
I feel my platform balance is being used prior to reversing the transfer
On the other hand sorry to bother you lolz I'll try to keep it short so I don't count among the chatty ones hahaha
Okay so you are saying you are getting Insufficient balance errors when the amount of the transfer should mean that you have sufficient funds to cover the cost of the refund?
Yeah, as fas as I understand I'm creating a desti which transfer the whole amount to the connected acct then I gather a fee from the connected.
And I finally get charged the Stripe fee over my app fee
No issue with that
But when I'm trying to refund the charge I want to only reverse the initial transfer but not the fee so the connected account is responsible for my app fee as well
But bum balance error
Isn't it supposed to reverse the initial whole transfer and then refund the charge?
I feel stripe is first looking at my plat balance and then reverse the transfer
Cuz if the transfer is first reversed I should have the available balance to do the refund with no issue
Or is there anything I'm missing
As an extra I have connect reserves on to be able to go negative on the connected account and have Stripe debit their banking info
Do you have any API request IDs that threw this error that I could examine?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sure, I was able to solve it by first reversing manually the transfer and then issuing the refund
Gimme a sec I get the req ID
Req_IxwKvcD4z1fsHo
It would make sense cuz I'm the settlement merchant I guess but then this makes no sense as I would need to first reverse the transfer in some cases or in others to use the refunds endpoint
But I feel I'm the one missing something so this is like a sanity check and to better understand the fund flow since there isn't a chart in the docs ;)
I'm still digging on this one
I'll take over
ack
okay so it's a payment associated with SEPA Debit. You can not refund those payments unless you have enough money/funds to cover those in your balance today
correct, it's definitely confusing
something my team has raised a lot, because for card payments the refund goes to "pending" while we wait for you to have funds
But overall once you have enough funds in your balance you can refund
I'd recommend working with our support team to discuss this problem: https://support.stripe.com/contact
Could you please point me to the sepa refunds doc
we don't have specific docs about sepa refunds
it's true for all payment methods that aren't cards basically
Roger that mate! Ty very much :)