#linqisnice_docs

1 messages ¡ Page 1 of 1 (latest)

deep monolithBOT
#

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

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

spiral kayakBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

urban imp
#

What we do is the following:

  1. Create express connect account
  2. Generate onboarding link, which takes them to your website
  3. When somebody wants to purchase their product, we do either a) checkout session or b) payment link.

These are the configurations:

a) checkout session

  • UiMode = embedded
  • Mode = payment
  • PaymentIntent.OnBehalfOf = connected account
  • transferdata destination = connected account

b) payment link:

  • transferdataq destination = connected account
  • onbehalfof = connected account
red cedar
#

Hi, let me help you with this.

urban imp
#

I notice I said express checkout above, I can't see anything relating to "express" when creating checkout so I'm not sure where I got this from

#

the connected account is express though

red cedar
#

You won't get the Stripe fee until the payment is completed.

urban imp
#

Yes, right, but I should be able to attach an application fee to the payment intent (checkout) or the payment link to counteract the processing fee, no?

red cedar
urban imp
#

I don't understand how it could NOT be important? When we first start up, we have nothing in our stripe account. Obviously we'll go negative if we only use stripe to give our customers the ability to conveniently set up online payment for their customers

#

So that's why I found it a bit odd

#

should I not be using OnBehalfOf? It was strongly recommended on here by another support agent but it just seems like more work for some reason?

#

Our platform is not a merchant, we dont' sell products, we're a merchant platform so we only use stripe to conveniently give them access to online payment

red cedar
urban imp
#

Yes, but this doesn't seem good enough, we want our fees as low as possible since this is not our main source of income.

red cedar
red cedar
red cedar
urban imp
#

Sure, so we're a property management platform. If you have a property with accommodations (like a hotel or a campsite or what have you), you'd use our platform to handle your entire property (everything form pricing to availability to staff etc). These property managers own customers can book directly via the property managers (iframe) website, and they can select online payment. This is where stripe comes into play. For the property amnager, OUR customer, it's very simple, they just need to follow the link to stripe to onboard and that's that. We create the checkout sessions in our backend and handle everything else

#

We don't care aobut their customers, necessarily. Our customers are the property managers. Who want to expose easy, safe online payment options to **their **customers.

#

I think that makes sense

#

so like a merchant platform

#

And for this we want minimal friction and minimal fees. We're currently not interested in taking a cut

red cedar
#

You can as well take direct payments, but it's recommended for the Standard account type, since they will be responsible for refunds, disputes etc. You can see the difference here: https://docs.stripe.com/connect/accounts

Alternatively, you can achieve similar result with Express accounts, with separate charges and transfers, where you check the Stripe fee before transfering the funds to the connected account. You probably would also like to use on_behalf_of.

urban imp
#

is this separate charges and transfers?

            TransferData = new PaymentLinkTransferDataOptions
            {
                Destination = connectedAccountId
            },

And we don't have to do any tax reporting right? As I understand it, the money never touches our account. I.e. it goes straight to stripes accounts then is transferred to the connected account?

#

"where you check the Stripe fee before transfering the funds to the connected account"

how would this be done?

red cedar
#

The funds do touch your Platform account, unless you're using direct charges.

red cedar
#

It is available on the Charge object (Charge.balance_transaction), when the Charge succeeds.

urban imp
#

Ah, ok. So, given our business, you recommend that I create express connect account with separate charges and transfers, and then don't automatically transfer to the connected account, but instead first create the charge -> check fee then take a cut equal to that -> then transfer?

#

just to be sure

spiral kayakBOT
red cedar
#

That's one option, alternatively, you can create Standard accounts and use direct charges.

urban imp
#

And what are the downsides to that? I'm not entirely surely anymore why I was recommended onbehalof, it seems standard would achieve the same thing but with much less friction, no?

#

the fees arent higher, right?

red cedar
#

Depending on which account you want to make liable for refunds/disputes, etc. Based on the comparison article I shared.

urban imp
#

Yes, ok. But if we create express accounts, is the flow I outlined above correct?

red cedar
#

Yes

red cedar
stray flume
#

(there's a per-account fee for Express accounts)

urban imp
#

Hmm, alright, but wouldn't the fee vary based on the customer's region/card?

#

there's no way to know the fee before creating the charge so you can set the application fee?

stray flume
#

you can work it out by building your own logic

#

not a great answer but it's how it is today, "how can I know what the fee will be" is a common question but there's not really an answer beyond that approach

urban imp
#

is it the account type that determines whether or not WE, the pltaform, are charged the processing fee?

stray flume
#

no

#

it's the Charge type(Direct or Destination)

urban imp
#

isnt there a third type? separate charge and transfer? or is this something different?

stray flume
#

that's a third type but in terms of fees it's like Destination

#

because it's "your platform charges the customer like a regular payment on your account, and then transfers money separately"

urban imp
#

So let me just recap to see if I understand.

Im recommended either standard or express account.

Standard = responsibility is on the connected account, not us
Express = responsibility is on us.

And then there are three primary charge types

  • Direct
  • Destination
  • Separate charge and transfer (which I assume to be two-step, i.e. first direct charge, money lands in our account, stripe processing fee is incurred on us, then we can transfer it to whatever account we choose?)

Are all these available for both standard and express?

#

In the case of direct, stripe handles everything and the money never touches our account which means we may be exempt from tax reporting?
In the case of destination, which I think is what I'm doing right now, the platform is charged the fee

stray flume
#

Are all these available for both standard and express?

yes technically but in practise you should only ever do
Direct + Standard accounts.
Destination or SC&T + Express or Custom accounts.
because of complications like dispute liability/Dashboard access. The other combinations are possible but not usually recommended.

#

In the case of direct, stripe handles everything and the money never touches our account which means we may be exempt from tax reporting?
In the case of destination, which I think is what I'm doing right now, the platform is charged the fee
sounds about right

#

(for example if you do Direct + Express and a customer issues a chargeback, the Express account has to handle the dispute but they don't have a Dashboard access to view/manage/upload evidence, so your platform would have to build that functionality for them using the API)

urban imp
#

Right, I see, that makes a lot of sense. thanks!

urban imp
#

Ok so just one last question. It says the transaction for destination charges is between the customer and the platform, but the money goes directly to the connected account? Or where does "onbehalfof" come into play here? what does onbehalfof really change?

stray flume
#

on_behalf_of changes the internal details of the settlement

#

so for example the merchant onboarding of the connected account is used(so imagine you're a US platform with a FR connected account and a FR customer, on_behalf_of means from the customer's bank's perspective, it's a local transaction not international). It also means things like the email receipt the customer gets have the connected account's name/branding instead of the platform

urban imp
#

Right, I see. But what effect does it have on charges, payouts and transactions in general? does it reduce fees?

stray flume
#

AFAIK it has no particular effect on any of those

urban imp
#

Is there any way to read more about onbehalfof? when i search for it i only get invoice related stuff

urban imp
#

Ok now absolutely last question: with destiantion charges, i know the processing fee is incurred on us, the platform, but do the funds ever touch our account?

stray flume
#

yes they do