#meruemsama7212_api

1 messages ยท Page 1 of 1 (latest)

forest troutBOT
#

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

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

graceful mirage
#

Hi, happy to help! What are you specific questions?

rustic sedge
#

Hi, i would like to know the exact flow ishould folow to do my business. I am from France and from now i know this :

  • Create Legal Entity Account : Create token with legalEntity details as object and use the token inside the account.create
  • Create Person : The legalRepresentative of the business (let's say it is a 100% owner) by person.create api
  • Create Mandate for SEPA DD : In order to send from external merchant bank account to connected account stripe balance
  • Create the setupIntent : In order to later do the first withdraw
  • Create PaymentIntent : to do the withdraw (from merchant, or client to his connected acount strip balance)
  • Create transfers for P2P : Send from stripe balance connected account to another stripe balance connected account individual
  • Create the natural user account(individual)
  • Add BankAccount to individual to perform payout
  • Create payout from natural user to external bank account
#

sorry for the wait

graceful mirage
#

At a high level the above is right with the exception of creating the mandate for SEPA DD. Instead of writing the steps above, can you share your exact business use case?

In general, you can learn how connect accounts work here: https://docs.stripe.com/connect/how-connect-works

You can learn how to build a checkout integration here: https://docs.stripe.com/payments/quickstart?platform=web&client=html

You can also choose the save the payment method details during the payment here: https://docs.stripe.com/payments/save-during-payment

I highly reccomend that tyou review the above details and let me know if you have any specific questions.

rustic sedge
#

My business is a SaaS platform where the client or merchant creates an account, create a team inside this account and add employe to the team. Then each week, a withdraw is perform from the merchant bank account to a e-wallet or sStripe Balance where the money is stored inside the stripe env , then an automatique transfer (cron job) is done once the money arrives in the stripe env, the fund are transfered to employees stripe balance and then they can withdras money to theuir bank account

forest troutBOT
rustic sedge
#

There is no checkout page etc... it's all managed in the server side, the merchant do nothing, only the employee can perform a withdraw

#

Payin,A2A,Payout

dry ginkgo
#

Thank you for sharing more details. Quick question - have you tried to execute the flow you mentioned above in test mode and see if anything broke?

rustic sedge
#

I just wanted to know if in your knowledge, you think this can work, i reckon your api have been upgraded to i need to refactor it

#

i will do all and come back to yu if any problem thanks

dry ginkgo
#

Yup, best way would be to try it out and see if anything breaks. If you run into issues, you know where to find us ๐Ÿ™‚

rustic sedge
#

got it, have a nice day