#aakash94_best-practices

1 messages ยท Page 1 of 1 (latest)

prime vineBOT
#

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

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

normal egretBOT
runic halo
#

Hi ๐Ÿ‘‹ no, it's not possible to clone details from Connected Account to the Platform, that can only be done the other way around.

#

@timid lion
I'm not spotting a way to control the statement descriptor that is used for that flow either. Neither when creating the Customer nor if you were to use Setup Intents instead. Let me check with some teammates.

timid lion
#

Thanks @runic halo . I'll wait for your response

runic halo
#

Alright, chatted with my teammates, and I think the best way to handle this is via a Setup Intent on your Platform account:
https://docs.stripe.com/payments/save-and-reuse?platform=web
When doing so you can set on_behalf_of to the ID of the Connected Account you'll be cloning the PM down to, and that should cause the statement descriptor of the Connected Account to be used.

Learn how to save payment details and charge your customers later.

timid lion
#

Ok, thank you for this doc. I will go through it and get back to you if I have any questions. Appreciate the help!