#panos_api

1 messages ¡ Page 1 of 1 (latest)

tropic cargoBOT
#

👋 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/1334291484303949935

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

mellow swift
#

Hi, are these connected accounts?

#

Or, are these two separate/ independent accounts?

gleaming whale
#

I am not sure about that I need to ask the product owner I am doing the develepment

#

But please can you tell me how this can be done?

#

because the only other solution that I found is by calling the create token from the backend but thats not secure

mellow swift
#

Stripe Connect can be used for a marketplace business case: https://stripe.com/connect where you have one main Stripe Account called the Platform account. Then, many other accounts can be created to use that Platform. Think any marketplace like a driving service company. They will have a Platform and heir drivers will have Connected Accounts to get funds.

#

There are a few types of Connected Accounts depending on what your use case is.

#

I have oversimplified things above but please review the above and let me know what specific questions you may have.

gleaming whale
#

I'm not sure that this works for me.The thing that I am trying to achieve is when a user is on the payment page and selects country: US I want to use different pk to generate the token to send to the backend. Can I do this with connect?

mellow swift
#

Hmm, what is your use case here?

#

Can you write out your business use case?

gleaming whale
#

We have different stripe account for USA and different for the rest of the world

#

we rent vms

mellow swift
#

Are these two separate business entities?

#

If you're not using Connect what you're looking for is not possible

gleaming whale
#

I don't know but probably yes

mellow swift
#

You could have to have two different accounts, and before you render you would need to know if it's a US customer or not. Then, you can pass the key related to the applicable account

gleaming whale
#

ok that means i need to know before the payment form!. thanks I really apreciate your help

mellow swift
#

From the information you provided, yes