#sebastin-ugame-studio_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1326730437980061788
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you tell me more about the " platform settings default commisions" ?
Hi! yes, one second
What i want is to create a Payment Link for the connected account using https://api.stripe.com/v1/payment_links, and defining in the request the parameter 'Stripe-Account': stripeAccountId,
My question is: Do i need to set the "application_fee_percent" in the request or can i just ignore this parameter?
The platform default fee is applied if i do not define application_fee_percent?
Ok, if you want to apply pricing schemes that you configured in the Dashboard, you shouldn't use application_fee or transfer_data[amount] anymore. https://docs.stripe.com/connect/platform-pricing-tools#requirements
Ok, so, if i create the link in the connected account, all the commisions are applied automatically based on the defined settings in my dashboard (platform pricing), right?
I should not add the application fee parameter
I ask this because chat gpt told me that the "payment pricing default" which i defined in my account is not applied for Payment Links created through API in connected accounts, then, i was confused and contacted with you ๐
You should try it out by yourself. You won't be charged for payments created in test mode.
Aaah ok, thank you!
I am testing it now. I am from Colombia, and i am trying to make a purchase in COP, the payment with cards is enabled in the link, but this error appears
What's the paymentIntent ID?
The connected account is of type Express, and you should use destination charge instead of direct charge.
Is not possible to make direct charges using Payment Links for express accounts?
It's possible but I don't recommend doing that. The express account doesn't have full Dashboard access to handle disputes and refunds.