#andrei4002-transfer
1 messages · Page 1 of 1 (latest)
hello @urban rampart! for a Transfer, if the request has succeeded, this means that the Transfer has been created.
are you trying to check on something specifically?
my main use case would be to create a manual payout when a transfer is marked as completed - so that's where i thought to look first, after a transfer status
but then if the transfer is created means success, why are there other events like failed
when would i receive a failed transfer webhook, wouldn't that prevent the transfer to be created?
and what about the paid event
for context, the transfer.failed and transfer.paid are legacy events from back when transfers were still being used for payouts
oh
so those aren't relevant unless you're on a super old integration
then it all makes sense now
yeah, sorry about that, i'll pass on the feedback that we should really include a note about those events
it's really confusing
great, thanks for clearing these out !
@wild helm oh, one more question on these, then after a transfer is created, does it mean the funds are available for a payout? meaning i can create one immediately? or that's somehting that happens later?
it depends
so if a transfer is created with source_transaction specified, the transferred funds will follow the source_transaction available_on date
if you create a transfer without source_transaction specified, the funds will be taken from your platform available balance and will be immediately available on the connected account
source transaction means something like pulling from the account's bank account?
(sorry, haven't read the docs on that yet)
ah, got it
my use case would be 100% from the balance, so i guess it should be available immediately
yep
awesome, thanks for the support!