#Charmon-connect-fundsflow

1 messages · Page 1 of 1 (latest)

civic coveBOT
copper flicker
#

As far as I know I can't just simply add fees on stripe checkout, so does that mean that I would have to create "one time product" which would be 10% fee calculated based on the main products price?
If you were using Checkout (instead of a custom payment flow) you would need to add an additional line-item for the fee, yes: https://stripe.com/docs/api/checkout/sessions/create?event_types-payment_intent.payment_failed#create_checkout_session-line_items

#

Also, would I have to use transfers instead of charges + would all this flow work for standard connect accounts?
The flow would work with any kind of Connect account. The type of flow will depend on where you want the funds to go first and how you want to transfer them to the creators. I would recommend reading up on different types of payment flows here: https://stripe.com/docs/connect/charges#types

Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.

#

Charmon-connect-fundsflow

azure tinsel
copper flicker
#

Can you use terms like platform and Connect account? I'm not sure who "me" is in this context

azure tinsel
#

How do I specify the amount that will be sent to connect account?

Since we have 1 main product ($100) and 1 fee product ($10).

I want to simply do something like this:

{
//...
stripe_connect_account_amount: 100,
platform_amount: {{WHATEVER_IS_LEFT}}
}
#

whats the closest thing to this?

copper flicker
#

That sounds like Separate Charges and Transfers would be a better fit

azure tinsel
#

Ok, got it.

And would that still be possible with standard stripe connect accounts?

copper flicker
#

yup!