#alexpodles_api

1 messages ยท Page 1 of 1 (latest)

sweet ravenBOT
#

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

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

vast cragBOT
hardy axle
#

Hi ๐Ÿ‘‹ no, there isn't an API based approach for cloning payment methods from one Stripe account to an unrelated Stripe account.

lethal saffron
#

hi, thanks for the answer! do you mean only payment methods or customers as well?

hardy axle
#

I mean there isn't a way to copy objects from one account to another. You could write a script that lists out all your Customer objects then creates new Customers in a different account with the exact same details, but that won't work for Payment Methods.

lethal saffron
#

ah, got it. "the same details" including ids, right?

hardy axle
#

What are you referring to by IDs?

#

I meant like name, email, address

#

Object IDs will be specific to the Stripe account you were using, you won't be able to reference those from a different Stripe account.