#jarcher
1 messages · Page 1 of 1 (latest)
Hello! No. You would treat the connected account like any other customer and create a Customer object for them, which is separate from and not directly related to the connected account.
In other words, Connect is designed to pay out money, not to take payments.
Yup totally understand that. We're a Vertical saas business, so Customers also have an associated Account. they're associated together via metadata.
The current flow is that the Customer has a Subscription. Subscriptions generate Invoices. We manually mark the Invoices as Paid after debiting the Account via api (https://stripe.com/docs/connect/account-debits#charging-a-connected-account).
Wondering if there's a more automated way to do this where we could use the same bank attached to an Account to paid for an Invoice for a Customer