#priyanka5226_best-practices

1 messages ¡ Page 1 of 1 (latest)

terse obsidianBOT
#

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

graceful garnetBOT
opal crown
#

hi! can you expand a little more on your overall use case you're trying to accomplish?

fathom folio
#

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?

opal crown
fathom folio
#

Is this the best way to make payments on connected account?

opal crown
#

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

fathom folio
#

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

fringe oxide
#

hi! I'm taking over this thread.

fathom folio
#

ok so our type of account is Standard

#

But I am confused if I should go with Direct charges or Destination charges

fringe oxide
#

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

fathom folio
#

Our company wants this connected accounts separately as per some business requirements.

fringe oxide
#

I'm not sure what that means.

fathom folio
#

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?

fringe oxide
#

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

fathom folio
#

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?

fringe oxide
#

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.

fathom folio
#

ok so if my company wants to see balances and transactions on connected accounts instead of platform then would it be better if I make direct charges on connected accounts?

#

This is what they told me