#hoon_api

1 messages ¡ Page 1 of 1 (latest)

sonic flickerBOT
#

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

digital hound
#

Hi there

#

No, not exactly

lucid trench
#

hello

#

all of this is done via api btw

digital hound
#

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

lucid trench
#

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

digital hound
#

This is kind of difficult to discuss in hypotheticals

lucid trench
#

oh interesting

digital hound
#

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.

lucid trench
#

but i can create the customer on our main acct and then clone to the connected accounts as needed?

digital hound
#

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

lucid trench
#

ok can we also clone the customer record? or do we need to recreate that on other connected accounts?

digital hound
#

You'll need to create a new customer on the connected account and then attach Card B to that customer

lucid trench
#

ok thank you, i think that answers it for me, i have bookmarked that url and will read it in detail

#

have a graet day, thanks again!