#scene

1 messages · Page 1 of 1 (latest)

fossil obsidianBOT
tired cedar
#

Yes, this is possible

tawny obsidian
#

Hi @tired cedar thanks a lot for the answer. To identify the express accounts can I just simply use the express account unique id from my backend? and then process the transfer with stripe.transfers.create() ?

tired cedar
#

Yes! Platform will collect the funds from the customer, then do a separate transfer to the express connected account

tawny obsidian
#

thanks for the information, is it possible to collect the fund with Stripe Checkout and automatically transfer 1 part to an express account and the other part to our Stripe account?

#

let's say 5% being transferred to our Stripe account and the remainding part is transferred to an express account, where the express account is a business that signed up with our web application to provide services

tired cedar
tawny obsidian
#

Ok this with the destination charge on checkout session the user still being redirected to a Stripe checkout page?

tired cedar
#

Yes!

tawny obsidian
#

ok great, so is similar to Stripe Checkout but the difference is that I set a destination account id which is the express account for the business listed in our web application, is this correct?

tired cedar
tawny obsidian
#

Ok on this example:

#

we are collecting a total of 1000 and 123 will be transferred to the express account, is this correct?

tired cedar
#

application_fee_amount is for platform, so it'll be:

  • Platform: 123
  • Express connected account: 1000 - 123 = 877
tawny obsidian
#

got it, and once I receive back the response from Stripe on the constant "paymentIntent" I'll be able to do something like paymentIntent.url for the client to go to pay?

#

similar to session.url?

tired cedar
tawny obsidian
#

No worries, I do really appreciate your help. I'll check this documentation