#miloskec-shared PMs
1 messages · Page 1 of 1 (latest)
You want to follow https://stripe.com/docs/payments/payment-methods/connect (the one you were using is for the old Sources API)
Considerations for Stripe Connect platforms adding support for new payment methods using the Payment Methods API.
Oh wait
You can't do what you're trying to do. The balance of a connected account is not a Customer balance.
Customers (for Subscriptions) are entirely separate from Connected Accounts.
Thank you @formal portal .
Could you please let me know how can I do what I want...
What should I follow
how can I subscribe using connected user balance?
how can user make payments from there instead of using his credit card for example?
You can't. The balance of a connected account is entirely different from a Customer's payment method.
Thank you
Could you please let me know what is about this page: https://stripe.com/docs/connect/subscriptions
With Connect, you can create subscriptions for connected accounts, optionally taking fees in the process.
Sure, what are you wondering about it?
"With Connect, you can create subscriptions for connected accounts, optionally taking fees in the process."
Ah I see the confusion. The connected account owns the Subscription (instead of the platform). Not "the connected account is paying for the Subscription".
Oh... got it now...
Just one more question if OK 🙂 ? Is that mean that connected account balance only exist to accept money transferred from the platform and proceed with bank account/debit?
(question is regarding interaction with the platform)
one way -> from the platform to the connected account
thats correct, its for funds paid by the platform for the account providing services
Thanks @dull cypress