#michael.fraser-payout-testmode
1 messages · Page 1 of 1 (latest)
I wasn't able to set them up in the connected account, but the platform account is set up for manual
I wasn't able to set them up in the connected account
what do you mean, can you share more details?
taking a step back - where are you expecting the payout.paid event, on the Platform? or the connected accounts?
connected account
can you check if the connected accounts is on manual payouts or automatic?
and are you listening to webhook events from connected accounts?
I haven't been able to log into a connected account.
we send the connected account holder to Stripe to setup the account. When I'm testing this piece of functionality, no password is requested.
I'm using stripe cli, so currently I'm listening for all events.
in staging, we're listening for all connected account events, payment intent events, and payout events.
are you using this flag in the stripe listen command?
https://stripe.com/docs/cli/listen#listen-forward-connect-to
and mind sharing the connected account ID? (only the ID, nothing else)
Yes, I am. More specifically, I'm using:
.\stripe listen --forward-to https://carolinamckenzie2022425.buildium.com/manager/api/v1/stripe/webhook --skip-verify
Connected account id is acct_1Kspk04CjcPbzyRN
Hello?
looking
ah you're not using the flag I mentioned though
--forward-connect-to
that forwards events happening on connected accounts
your flag only sends you events happening on the Platform
Aha! Sorry for the miss. I'll give that a try.