#dany_docs

1 messages ยท Page 1 of 1 (latest)

blazing nymphBOT
#

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

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rocky sinew
#

Hi, let me help you with this.

#

It depends if you use Direct charges or Destination charges for your Stripe Connect setup. In your case, Destination charges would be more suitable, since it's your Platform account who is accepting payments, and then you can transfer it to the Connected account when they're done setting up.
In the Direct charges flow, the funds go directly from customer to the Connected account, so the account must be fully set up before this can be done.

fringe helm
#

The idea is to make subscriptions with destination charges.

If I'm not mistaken, the tenant pays my app, we retain a commission, and the rest is automatically redirected to the host.

But that payment to the host is automatic. In the subscription we set the fee and the recipient.

If the host doesn't have their account set up, will the money also be automatically redirected to them when they fill out their account information? Or will the payment fail? Or the payment will works, but will we have to send it manually?

blazing nymphBOT
turbid vortex
#

Hi ๐Ÿ‘‹ taking over as my teammate needs to step away. I don't believe so, I believe the payment will fail.

What do you see in your testing when you try to create a Subscription with transfer_data.destination set to the ID of a testmode Connected Account that hasn't completed onboarding?

I believe that will fail if the Connected Account hasn't provided enough permissions to receive the Transfers capability, but haven't personally tested that in a while and would need to confirm.

#

Yup, just confirmed an error is encountered if the Connected Account doesn't already have the necessary capabilities enabled, but please let me know if you see something different in your testing.

fringe helm
#

Thanks for your answer.
We are currently designing this functionality.
We do not have any code to test yet.
We wanted to know now, in order to establish the correct flow, if when we allow a tenant to pay the host must have the account configured or not.
We will try to generate the code so we can do a quick test. Thank you very much.