#webprodigies
1 messages · Page 1 of 1 (latest)
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.
- webprodigies, 18 hours ago, 34 messages
In the example Direct Charges request, the application_fee_amount indicates the amount that your platform will receive. The connected account in Stripe-Account header will keep the remaining amount. Here's the fund flow of the Direct Charges: https://stripe.com/docs/connect/direct-charges#flow-of-funds-with-fees
Yes I understand this. But my questions is how can I send a small portion of that application fee to another account too ?
Do you mean a second connected account that is different from the connected account in Stripe-Account?
Yes
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
May I know why it is only recommended on Express and Custom connected accounts?
Is it because of the dashboard ?
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
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
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok is there a custom flow stripe component that shows all the products too?
List Prices API can be used and display them in your website based on the response: https://stripe.com/docs/api/prices/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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?
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