#pradeep-singh_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296098345458204782
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Standard accounts are Stripe managed so you can't do an account debit. You ccan charge them using billing/subscriptions for example as mentioned in the docs
https://docs.stripe.com/connect/subscriptions#connected-account-platform
checking this
I want to debit connected account more often, sometimes twice or more in a day
Like I mentioned, you can't do that with account debits.. But once you create a customer as explained here - https://docs.stripe.com/connect/subscriptions#create-a-customer-object-to-represent-the-connected-account
You can create PaymentIntents and charge those objects as you'd any other customers
Can we upgrade Standard account to Express to enable this?