#Shammah Chancellor - Connect
1 messages · Page 1 of 1 (latest)
Hello! Yep, if you reverse a Transfer you can create a new Transfer to put the money back.
For your second question I'm not sure what you mean, can you expand on what behavior you're seeing that's unexpected?
I'm confused about what the transfer object is in that case
Well, the docs say I need to do manual transfer reversals often. However, stripe also seems to do transfer reversals on NSFs for example.
I am having a hard time tracking with subaccount balance transactions link to which platform account balance transactions in terms of the customer-centric ones. I'm trying to account for fees associated with payments due to refunds and disputes
I am using stripe connect for an unusual use case and trying to categorize payments in subaccounts and ensure that all refunds have caused the appropriate reversals etc.
Ideally I have a balance_transaction on the platform account to (or from) the customer that links to each subaccount transfer or transfer reversal. (NOT the balance_transaction on the platform account for the transfer) Does that make sense?
Transfer objects represent money moving from your platform account to a connected account. A Transfer Reversal reverses the flow of funds and takes money back from the connected account.
I understand that
And they generate balance_transactions on the sub account that go into payouts
They should generate Balance Transactions on both your platform and on the connected account involved, yep.