#mrdatabase_connect-subs

1 messages ยท Page 1 of 1 (latest)

dusky craneBOT
#

๐Ÿ‘‹ 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/1224747054652199073

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

slate vaultBOT
inner vessel
#

Hello! Are you trying to have your connected account pay you a recurring amount? Or are you just trying to create a Subscription on the connected account for a customer to pay?

molten helm
#

The first one, trying to setup a recurring payment to my connect acount

inner vessel
#

Gotcha - so there's two ways to do this:

  1. Create a regular Customer on your account and create a Subscription for them. You'd have to store the relationship between each Customer object and connected account on your end
  2. Add logic on your end to create an account debit on the connected account at regular intervals (https://docs.stripe.com/connect/account-debits). Your code would be responsible for creating the account debit at the right times (there's no way to schedule these/set them up as a subscription).
molten helm
#

oh ok cool

#

I'll do the first one

#

Thank you for your help

#

๐Ÿ™‚

inner vessel
#

๐Ÿ‘