#dimi-payouts vs transfer

1 messages ยท Page 1 of 1 (latest)

elder niche
#

๐Ÿ‘‹ happy to help

neat verge
#

๐Ÿ‘‹

#

Am I right to think that:

If I create a transfer from our platform to a connect account via the stripe API, and I have two webhooks, one Direct and one Connect, then I can expect to see:

  • transfer events firing on the direct webhook, and they're for our platform
  • payout events firing on the connect webhook, for the connect account

?

dense fern
#

Hi! A payout is sending money to a bank account, and a transfer is moving money between Stripe accounts.

neat verge
#

oh ok

#

so if I want to listen for the progress

#

should I listen on the connect webhook or the direct one?

#

I just want to know how funds move between accounts

#

not so much external accounts.

#

Meaning from our platform to the connect account, these movements. ๐Ÿ‘

#

Should I attach transfer.xxxx events on the direct webhook in that case?

#

or on both webhooks?