#vishnu_12597

1 messages · Page 1 of 1 (latest)

vapid swanBOT
#

Hello! We'll be with you shortly. 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.

wispy trellis
#

👋 happy to help

#

would you mind elaborating?

lofty timber
#

i want To crate session to get checkout url. PaymentIntentData.setApplicationFeeAmount(x.xx) . but for domestic card the fee amount will be (2.7% + 0.30) and international card the fee amount will be (3.7% + 0.30). Here how can i identify the logic to calculate application fee amount when create session using Session.create(params);

wispy trellis
#

if you want your Connect Account to pay the Stripe fee then it's best to create Direct Charges

#

another way to achieve this is to create separate Charges and Transfers

lofty timber
#

yes im creating checkout session for connect account