#gewibu_unexpected
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/1450851030903422996
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there, just a sec
pm_1SdbOrE5lMNvOE6YGiKRBbdQ belongs to acct_17fu9FE5lMNvOE6Y
pm_1SdbOtCmqwVoNxkK93RHeTtu belongs to acct_1SajXoCmqwVoNxkK
However, it looks like the original ("parent") payment method was not attached to a customer on acct_17fu9FE5lMNvOE6Y, making it one-time consumable only. I think that was consumed by the clone call.
You can see in the clone request that a customer was not specified: https://dashboard.stripe.com/acct_1SajXoCmqwVoNxkK/test/logs/req_WK6PVfz3yiRyPL
In order to clone PMs to connected accounts, they need to first be attached to a customer on the parent account to make them reusable, then that customer should be specified during cloning, as shown here in the docs:
https://docs.stripe.com/connect/direct-charges-multiple-accounts#clone-payment-method
Ok this is perfect and exactly what I was looking for! I had a quick followup question which was: do account Id's differ for the same account in test mode vs live mode? Or will they be the same Account ID regardless of which key type is used for the api calls?