#sebastin-ugame-studio_api

1 messages ยท Page 1 of 1 (latest)

split cedarBOT
#

๐Ÿ‘‹ 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.

hardy sleet
#

Can you tell me more about the " platform settings default commisions" ?

little crescent
#

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?

little crescent
# little crescent

The platform default fee is applied if i do not define application_fee_percent?

hardy sleet
little crescent
#

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 ๐Ÿ™‚

hardy sleet
#

You should try it out by yourself. You won't be charged for payments created in test mode.

little crescent
#

Aaah ok, thank you!

little crescent
#

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

hardy sleet
#

What's the paymentIntent ID?

little crescent
#

How can i see it?

#

Maybe this req_SNrHQuj54Ny62H ?

hardy sleet
#

The connected account is of type Express, and you should use destination charge instead of direct charge.

little crescent
#

Is not possible to make direct charges using Payment Links for express accounts?

hardy sleet
#

It's possible but I don't recommend doing that. The express account doesn't have full Dashboard access to handle disputes and refunds.