#alexpodles_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/1298294558081417288
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ no, there isn't an API based approach for cloning payment methods from one Stripe account to an unrelated Stripe account.
hi, thanks for the answer! do you mean only payment methods or customers as well?
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.
ah, got it. "the same details" including ids, right?