#vishnu_12597
1 messages · Page 1 of 1 (latest)
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.
- vishnu_12597-account-support, 3 hours ago, 3 messages
- vishnu_12597-account-support, 6 hours ago, 2 messages
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);
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
yes im creating checkout session for connect account