#sandy-connect-transferreversal
1 messages · Page 1 of 1 (latest)
sandy-connect-transferreversal
https://stripe.com/docs/connect/account-balances#accounting-for-negative-balances would be a good start
i was told that you have to specify the transfer_id but if the amount exceeds the original transfer amount, would we still be able to reverse_transfer? as long as we have the connected reserves on? (its on by default for us)
as far as I know yes
should be easy to confirm in Test mode and see what happens!
@nova copper is taking over for me and can help if you have follow up questions!
I believe this was answered already, but yes. You should be able to still reverse the transfer. Have you tried that yet?
no im not a developer
im just trying to think out all possibiities
so youre saying that it wouldnt matter if it was equal or exceeds the transfer_id amount
we just need to specify the specific transfer_id we want to reverse_transfer from
but specify preferably a transfer that has relation to the reverse transfer, of course. but i guess this would be hard since we are grouping all charges, disputes, refunds to 1 transfer.
I believe so, yes.
so what would the over-exceed amount be specified on?
9/1 : $400 (Transfer ID: AAA)
9/2 : $300 (Transfer ID: BBB)
9/3: $500 (Transfer ID: CCC)
9/4: -$550 -> lets say we specified on Transfer ID: AAA, what is the $150 specified on? would it still be specified on that same transfer ID: AAA?
would that just not matter? and proceed with deducting from connected balance and/or creating reserve if balance is insufficent?
So you would need to create multiple reversals in that case. You can only reverse up to the full amount of the original Transfer.
so when you create multiple reversals, you have to assign it on another transfer id?
You can create multiple reversals on the same Transfer ID, but the aggregate total of the reversals cannot exceed the amount of the original Transfer
yeah so im asking if it overexceeds the original transfer amount
because we are reconcile and initiating a single transfer
What are you asking? Not sure what I missed in my answer
9/1 : $400 (Transfer ID: AAA)
9/2 : $300 (Transfer ID: BBB)
9/3: $500 (Transfer ID: CCC)
9/4: -$550 -> do we create 1 reversal from Transfer AAA and partial for Transfer BBB?
That's one way to do it yeah
is there other ways?
No
Not unless you use Connect account debits: https://stripe.com/docs/connect/account-debits
See requirements to know if this is a feasible option: https://stripe.com/docs/connect/account-debits#requirements
yeh that was my next question
we are a US platform and have connected accounts in Canada, i read both have to be in the same region but is there a workaround like for SCT? I didnt see it but wanted to confirm
Ah, okay. In that case: no. You would have to create multiple Transfer reversals in this case
ic