#george-seamlesschex

1 messages · Page 1 of 1 (latest)

minor slateBOT
mortal echo
#

Hello 👋
We can't provide support for beta features on discord. Please reach out to our support team so that they can put you in touch with the right team

https://support.stripe.com/?contact=true

velvet shoal
#

got it, thanks!

#

@mortal echo how can we charge 2.5% + $.50/transaction for all transactions entered by payment connect merchants? maybe there is a way without using beta functionality

mortal echo
#

Are these direct charges or destination charges?

velvet shoal
#

i believe it should be direct charge, but it'd be great if you could provide some info on both options

mortal echo
#

As far as I know, you'd need to calculate the fees on your own based on the total amount of the transaction

If you use direct charges then you can use application_fee_amount parameter as shown here
https://stripe.com/docs/connect/direct-charges#collecting-fees

with destination charges, you can use either application_fee_amount or transfer_data[amount] parameter
https://stripe.com/docs/connect/destination-charges#application-fee
https://stripe.com/docs/connect/destination-charges#transfer-amount

velvet shoal
#

Got it, i believe that's exactly what we're doing, the issue is to apply the calculated fee to the transaction (the payment intent)