#gewibu_unexpected

1 messages ¡ Page 1 of 1 (latest)

patent currentBOT
#

👋 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.

hot geode
#

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

raw wasp