#panos_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/1334291484303949935
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, are these connected accounts?
Or, are these two separate/ independent accounts?
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
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.
If you have two separate Platforms, then you can't clone these payment methods. However, if these accounts were connected to you account, you could: https://docs.stripe.com/connect/direct-charges-multiple-accounts#clone-payment-method
I have oversimplified things above but please review the above and let me know what specific questions you may have.
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?
We have different stripe account for USA and different for the rest of the world
the company is v2cloud.com
we rent vms
Are these two separate business entities?
If you're not using Connect what you're looking for is not possible
I don't know but probably yes
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
ok that means i need to know before the payment form!. thanks I really apreciate your help
From the information you provided, yes