#priyanka5226_best-practices
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/1232617205322219521
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! can you expand a little more on your overall use case you're trying to accomplish?
SO we already have a solution where we make payments directly to Stripe platform.
But now with the new requirements, we need to make payments to connected accounts instead of platform.
I am bit confused on how should I start?
can you explain the requirements in more details?
In terms of where to start: by reading https://docs.stripe.com/connect/design-an-integration and making some choices about the kind of accounts and fund flows that make sense for what you're trying to accomplish
no, it's one way. The best way depends on your specific requirements so it's best to read through that getting started/design-an-integration page or clarify here so we can offer suggestions
OK for example, we have customers and their payment methods added.
Now we need to charge them some amount using their default payment method
This is our existing solution
But now we want to do the payment on connected account instead of platform
hi! I'm taking over this thread.
yes this is possilbe. you have two main questions you need to answer to use Connect:
- which type of connected account you want to use: https://docs.stripe.com/connect/accounts
- which type of charge you want to use: https://stripe.com/docs/connect/charges
ok so our type of account is Standard
But I am confused if I should go with Direct charges or Destination charges
that's up to you. do you want you, the platform, to magane disutes and refunds (that a Destination Charge). or do you want the connected account to do so (that's a Direct Charge).
Our company wants this connected accounts separately as per some business requirements.
I'm not sure what that means.
They want to separate all the balances according to connected accounts
balances of all the incoming money
What's the key difference between destination charges and direct charges?
What's the key difference between destination charges and direct charges?
I told you:
do you want you, the platform, to magane disutes and refunds (that a Destination Charge). or do you want the connected account to do so (that's a Direct Charge).
Tbh I don't know
if platform should handle that
Is it better if platform handles all the disputes and balances or is it better if connected account does it?
WHich is easier?
I can't answer that question. that's completely up to you and depends on your business requirement. once you answer that question, you'll know which type of charge you need to make and can start building your integration.