#vadzim_best-practices

1 messages ยท Page 1 of 1 (latest)

gilded kindleBOT
#

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

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

static forum
#

hi there!

rare river
#

cool ! Maybe there is also a way to migrate a payment history ? ๐Ÿ™

static forum
#

what do you mean by "payment history"?

rare river
#

list of transactions for the account. All the received payment with money amount and dates

static forum
#

no that's not possible. but you could store that info on your own database, or on the customer's metadata maybe.

rare river
#

last question, while migrating subscriptions from one connected account to another, I will be able to migrate payment methods as well. So, would customers be charged for a new subscription as well as they were for the old one?

static forum
#

So, would customers be charged for a new subscription as well as they were for the old one?
I'm not sure what that means. once the Subscription are migrated, then customer will be charged on the new connected account

rare river
#

My platform has connected accounts, and these connected accounts have customers who buy subscriptions from them. We'd like to change the type of connected accounts. But do not want them to lose subscriptions of their customers. So if we after creating new connected accounts migrate all their customers' subscriptions will these subscriptions be running just like nothing has happened? Or customers of these connected accounts will need to, let's say, provide credit card info again?

static forum
#

So if we after creating new connected accounts migrate all their customers' subscriptions will these subscriptions be running just like nothing has happened?
yes, that's the whole point of doing a migration.

rare river
#

great thanks ๐Ÿ™‚

#

you are the best stripe support engineer ever ๐Ÿ˜ป

static forum
#

haha, thanks! happy to help ๐Ÿ™‚

rare river
#

Ok one more question not related to the issue. I have created a connected account with prop controller: {
fees: { payer: 'application' },
losses: { payments: 'application' },
},
If the payer of the fees is set to application, does that meen that all the charges now are destination charges (go through application account)? Or it still may be direct charges ?

static forum
#

I'm not very familiar with this. I recommend doing some tests in test mode to see how this works.