#hoon_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/1283167792786575432
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
If your goal is to allow customers to use a saved card across multiple connected accounts, what you should do is create the customer and card on the platform first and then clone that card to the connected accounts as needed
This should help: https://docs.stripe.com/connect/direct-charges-multiple-accounts
so when i say can they use it i mean can we do an api call to make a paymetn with that customers payment method that was created on a different connected acct
This is kind of difficult to discuss in hypotheticals
oh interesting
Let's say you have Customer A and Card A on Connected Account 1. Customer A and Card A can only be used to create a charge on Connected Account 1. You can't use Card A to create a charge on Connected Account 2.
but i can create the customer on our main acct and then clone to the connected accounts as needed?
Correct. If you create Customer A and Card A on your Platform Account, you can then take Card A, make a copy/clone on Connected Account 1 so it's now Card B, then use Card B to either create a one-off charge on Connected Account 1 or attach it to a customer on Connected Account 1 and use it for more than one charge
ok can we also clone the customer record? or do we need to recreate that on other connected accounts?
You'll need to create a new customer on the connected account and then attach Card B to that customer