#macscr - connect

1 messages ยท Page 1 of 1 (latest)

fringe hedge
#

hey there!

smoky dagger
#

howdy

fringe hedge
#

If you're a connect platform, you decide on your won application fees for payments, but for payment intents you need to set an explicit amount, not a percentage. You can implement this internally as a percent certainly, but you need to calculate the amount and send that to the API as the application_fee_amount:
https://stripe.com/docs/connect/direct-charges#collecting-fees

smoky dagger
#

this is a regional US based app, so i typically do direct charges with the api and not intent. Does that make any difference? No problem doing my own calculation. It would be for a car rental app, so they would have to charge sales tax, so i would have to do that calculation as well anyway

fringe hedge
smoky dagger
#

i know what it is, i just dont really have a desire to use that type of work flow and why i use the charges api instead

fringe hedge
#

Sorry, fixed my links

smoky dagger
#

awesome. so that hits both accounts stripe accounts instantly without any need to wait on payouts, etc?

fringe hedge
#

The amounts will be pending while the payment settles and becomes available, but the fee transfer to your platform will be created automatically right away, yes.

smoky dagger
#

understandable. Guessing connected account if they had to do a refund would be out both fees, right?

fringe hedge
smoky dagger
#

btw, thanks for your help, i really appreciate your time and the information you have provided

fringe hedge
#

NP! Happy to help you out with this ๐Ÿ™‚