#dan38-transfer

1 messages · Page 1 of 1 (latest)

kindred loom
#

transfer.paid is never really fired, it's a legacy event(it means the same as payout.paid , but for older API versions)

shadow crypt
#

🤨

#

OK thanks , you should update the documentation !

#

is it the same with transfer.failed event ?

kindred loom
#

yes

#

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

shadow crypt
#

OK
So , in my code, if the creation went well, I can assume that everything is OK and that the transfer happened ?

kindred loom
#

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