#george-seamlesschex
1 messages · Page 1 of 1 (latest)
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
Are these direct charges or destination charges?
i believe it should be direct charge, but it'd be great if you could provide some info on both options
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
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)