#sebastin-ugame-studio_api

1 messages ยท Page 1 of 1 (latest)

deft havenBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

short plume
#

Hello

outer bluff
#

Hello!

short plume
#

No, delay_days only affects the time between Payouts on automatic payouts.

#

The balance transaction will always be available at its earliest possible time. If you are using manual payouts you control when the payouts occur so you would manage this on your side regardless of the balance transaction being available.

outer bluff
#

Ok thank you!
And i have another question about the 0.25% + 0.25 USD commision in payouts.
This is going to be charged to the connected account, or to the platform?

Considering this:

I am using Stripe Connect Express.
I am using destination charges.
I am not using on_behalf_of, as this would make customers pay in the connected account's currency.
For transferring funds to the connected account, I am only using the parameter transfer_data: { destination: CONNECTED_ACCOUNT_ID }.
I am not using the parameter Stripe-Account: CONNECTED_ACCOUNT_ID, as this is for direct charges, and I am using destination charges.

short plume
#

I believe it is charged to the platform, but really we know nothing about fees here as we just focus on the API. I'd recommend talking to our Support team via https://support.stripe.com/contact/login for any fees-related questions!

outer bluff
#

Aaah ok, thank you! ๐Ÿ˜„

#

When my user receives a payment, what is the default delay before the money is available?

#

or, what would be the maximum delay time?

short plume
#

Based on the country of your platform that will be the default.

#

Some payment method types also have different delays.

#

Really the best thing to do here is to actually test this out in test mode!