#rushikeshRL
1 messages · Page 1 of 1 (latest)
hello! how can I help?
we are using stripe subscription for checkout page, but it is opening link using stripe domain itself
Can you share your account id? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
we have subscribed on the main platform account and not on the connect account
alright, can you share your platform account id and an example Checkout Session id?
the connect account id: acct_1MqDjQQ1eyOJfGA2
Platfrom account id: acct_1M06VULSirzIqYtO
cs_live_a17sgoIbXzHZfPvhIFSPp0KHIdpCZ21kvuQhL86iYO9Hhfkb5yPJRxGAyP
it looks like you are using Payment Links?
since you're creating the Checkout Session on the connected account, the custom domain needs to be setup on the connected account, not the platform
the connected account will be charged for it
so for each connect account they will be charged no?
yep, each connected account will be charged
ok. we are not able to the direct charges if the account is restirected. earlier we were able to destination charges
You can do destination charges because destination charges occur on your Platform account - you might want to take a look at the fund flow here :
https://stripe.com/docs/connect/destination-charges
https://stripe.com/docs/connect/direct-charges
how to get stripe fees for each transaction on payment intent webhook
we want to customize the application fee when using destination charges, we would like to set it depending upon the strip fees
the stripe fees won't be displayed on the PaymentIntent. You will only know the exact amount of the Stripe fee after the payment is successful - you'll need to get the BalanceTransaction from the corresponding Charge object.
For destination charges, you'll need to calculate the amount you want to charge for the application fee beforehand.