#wangtao-connect-balance
1 messages · Page 1 of 1 (latest)
Thx for taking your time to look into this problem
that which transfer it belongs to?
the original Charge has a BalanceTransaction with an available_on timestamp, which should be around the same time as when you receive the balance.available webhook event
That means when I apply for a transfer, I can then know what time it will be available?
But in the webhook I can't know which transfer it belongs to right?
yes the Transfer will land once the Charge succeeds if you're using source_transaction : https://stripe.com/docs/connect/charges-transfers#transfer-availability
but yeah the balance.available webhook doesn't tell you which Transfer which is why you have to "search" for it as described above