#webprodigies

1 messages · Page 1 of 1 (latest)

sick peakBOT
#

Hello! We'll be with you shortly. 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.

flint abyss
terse nacelle
#

Yes I understand this. But my questions is how can I send a small portion of that application fee to another account too ?

flint abyss
#

Do you mean a second connected account that is different from the connected account in Stripe-Account?

terse nacelle
#

Yes

flint abyss
#

Direct Charges only support one payment to one connected account. It's not possible to do a transfer to second connected account.

If you wish to have one payment to multiple connected accounts, only Separate Charges and Transfers is possible: https://stripe.com/docs/connect/separate-charges-and-transfers

Please note that Separate Charges and Transfers is only recommended on Express and Custom connected accounts

Learn how to use Connect to create charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.

terse nacelle
#

May I know why it is only recommended on Express and Custom connected accounts?

#

Is it because of the dashboard ?

flint abyss
#

The charges will be created on the platform that the platform is responsible for Stripe fees, refunds, and chargebacks which is intended for Express and Custom connected accounts as platform will manage these for them.

However, Standard connected account by default will take care of these liabilities and process in their own Dashboard. With Separate Charges and Transfers, they can't manage them since the charges are created on the platform

terse nacelle
#

Got it.

#

Thank you

#

Another quick question

#

How can I create products for a stripe account Id can you give me a resource please?

#

@flint abyss

flint abyss
#

Thanks for waiting! Discord is busy now

#

If you're going to use Direct Charges, Stripe-Account header should be included in the product creation request: https://stripe.com/docs/api/connected-accounts

If you are going to use Separate Charges and Transfer, then the product should be created on the platform.

terse nacelle
#

ok is there a custom flow stripe component that shows all the products too?

flint abyss
terse nacelle
#

ok so I would need to create payment intents and payments for each of the selected priceId's manually ? Because the checkout form only takes one client secret right?

flint abyss
#

Direct payment intent integration doesn't support price. Payment Intent only needs final amount computed by your system and Stripe will charge to the customer based on the amount set in Payment Intent