#mv-connect
1 messages · Page 1 of 1 (latest)
@worldly fiber probably the best way is to listen for the payout.created event on your Connect endpoint. Those debits of the bank account are represented as a Payout with a negative amount field
thanks! where can i find the docs for this?
which part specifically?
https://stripe.com/docs/connect/webhooks#connect-webhooks is how to listen for events on connected accounts.
I suppose the fact that it works as a negative payout is obliquely referenced on https://support.stripe.com/questions/auto-debit-faq at least, the screenshot towards the bottom
thanks
is the negative payout always an auto-debit or can this also be the case when the connect account has used a credit card to settle the negative balance?