#andrei4002-transfer

1 messages · Page 1 of 1 (latest)

wild helm
#

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?

urban rampart
#

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

wild helm
#

for context, the transfer.failed and transfer.paid are legacy events from back when transfers were still being used for payouts

urban rampart
#

oh

wild helm
#

so those aren't relevant unless you're on a super old integration

urban rampart
#

then it all makes sense now

wild helm
#

yeah, sorry about that, i'll pass on the feedback that we should really include a note about those events

#

it's really confusing

urban rampart
#

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?

wild helm
#

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

urban rampart
#

source transaction means something like pulling from the account's bank account?

#

(sorry, haven't read the docs on that yet)

wild helm
#

it would be a PaymentIntent object id

urban rampart
#

ah, got it

#

my use case would be 100% from the balance, so i guess it should be available immediately

wild helm
#

yep

urban rampart
#

awesome, thanks for the support!