#aamir-connect-debit
1 messages · Page 1 of 1 (latest)
directly from the balance of standard connect account.
Hello 👋
I don't think there's a way to do that.
If you need to charge your connected account for something then an alternative here would be to create a Customer object for your connected account, collect their payment method and charge it.
any refence link?
I don't think we have a guide for this unfortunately.
then can you explain more a bit
- Create a Customer object for connected account
- Collect their payment method
- Charge
Sure thing!
1/ You can use the API or the dashboard to create a customer object
https://stripe.com/docs/api/customers/create
2/ Collect their PaymentMethod using either SetupIntents API or Create a Payment from the dashboard & email them a hosted invoice
https://stripe.com/docs/payments/save-and-reuse
https://dashboard.stripe.com/test/payments/new