#dan38-transfer
1 messages · Page 1 of 1 (latest)
transfer.paid is never really fired, it's a legacy event(it means the same as payout.paid , but for older API versions)
🤨
OK thanks , you should update the documentation !
is it the same with transfer.failed event ?
yes
https://stripe.com/docs/transfer-payout-split it's related to this
Transfer used to mean both an internal movement and an movement from Stripe to a bank account, but in practise in recent API versions Transfer is the internal one and Payout is the bank account one, and only Payouts have ".paid" and "failed" statuses
OK
So , in my code, if the creation went well, I can assume that everything is OK and that the transfer happened ?
yes, if the transfer failed then you'd get an exception in the catch block, otherwise it's succeeded and the money will move to the connected account