#Eerik Kivistik

1 messages · Page 1 of 1 (latest)

odd harnessBOT
rancid lance
tranquil birch
#

I'll share both for both issues

#

Tax collection issue: req_Yzw0nuJSJatIIg
Application fee issue: req_HI3HcMiMUhRKN2

#

If necessary, I can also do a call/screen share with relevant flows, logic and source code.

rancid lance
#

Looking at 2nd issue

tranquil birch
#

I'll share a bit of details regarding the application_fee problem. We want to do the transfers manually, after the customer has received the service. Otherwise the provider might have already withdrawn the funds and we cannot refund the customer.

#

Since the service can happen up to multiple months in the future

rancid lance
tranquil birch
#

And we can still manually transfer after the fact, it does not trigger an automatic transfer?

rancid lance
tranquil birch
#

That is what we are currently doing, but in that case how do we get the invoicing and accounting to work correctly?

#

Or to put it another way: we do not want the provider to be able to withdraw funds for services that he has not yet rendered.

#

But the payment from the customer side has to happen on booking.

rancid lance
#

You won't, because the account won't have received a balance from the Invoice payment. Only when you create the transfer manually, after the service is fulfilled, will they receive payment

tranquil birch
#

Okay, but what would be the correct way to define the application fee when doing the manual transfer? So the provider gets proper accounting information

rancid lance
#

You'd just set the amount of the transfer to what would have been the net amount (payment - application_fee_amount)

tranquil birch
#

Yes, that we can do. But how does it show up as an invoice to the connected account, that we took a fee.

#

Its a legal/accounting issue in a sense.

#

There needs to be a record of "why" that amount was not wired.

rancid lance
#

It doesn't AFAIK, you'd need to account for that manually somehoe

tranquil birch
#

Okay, so generate an invoice outside of the Stripe system or something like that?

#

And just send it to the customer from another system

rancid lance
#

Yeah I'm not really sure what the best approach is here because tax/account needs vary so much on a per case basis. I'd recommend reading through the docs I shared above (https://stripe.com/docs/tax/compliance) as there may be something there

Learn about tax compliance and which parts Stripe Tax handles.

tranquil birch
#

Alright. Thanks. I think we have to go the manual route then.