#rushikeshRL

1 messages · Page 1 of 1 (latest)

frigid dragonBOT
broken portal
#

hello! how can I help?

craggy turtle
#

we are using stripe subscription for checkout page, but it is opening link using stripe domain itself

broken portal
craggy turtle
#

we have subscribed on the main platform account and not on the connect account

broken portal
#

alright, can you share your platform account id and an example Checkout Session id?

craggy turtle
#

the connect account id: acct_1MqDjQQ1eyOJfGA2
Platfrom account id: acct_1M06VULSirzIqYtO

#

cs_live_a17sgoIbXzHZfPvhIFSPp0KHIdpCZ21kvuQhL86iYO9Hhfkb5yPJRxGAyP

broken portal
#

it looks like you are using Payment Links?

craggy turtle
#

yes. payment links. that redirects to checkout pages

#

?

broken portal
#

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

craggy turtle
#

so will we be charged seperately for eact connect account?

#

*each

broken portal
#

the connected account will be charged for it

craggy turtle
#

so for each connect account they will be charged no?

broken portal
#

yep, each connected account will be charged

craggy turtle
#

ok. we are not able to the direct charges if the account is restirected. earlier we were able to destination charges

broken portal
craggy turtle
#

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

broken portal
#

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.