#recipe.p
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) where you created the product? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hi thank you so much for reaching out.
But I'm at the very starting step. So I do not have request id...
I see! If you wish to create a product on the Standard connected account, you can create the product as usual with the guide here and include Stripe-Account header as connected account ID in the request:
- Product creation: https://stripe.com/docs/invoicing/products-prices?dashboard-or-api=api#create-product
Stripe-Accountheader: https://stripe.com/docs/api/connected_accounts
What I'm trying to do is developing a platform so there are Buyer and Seller. I have to make a product so the sellers can create their own product to sell.
Oh thank you
but is that work for the express account?
If you use Express account, I'd recommend creating the products on the platform (not on connected account) instead and use Destination Charges or Separate Charges and Transfers for payment integration. If the product is on the platform, then you don't need Stripe-Account header.
- Destination Charges: https://stripe.com/docs/connect/destination-charges
- Separate Charges and Transfers: https://stripe.com/docs/connect/charges-transfers
Technically, it's possible to create product on the Express accounts, but it can only use with Direct Charges which is strongly discouraged for Express accounts.
- Direct Charges: https://stripe.com/docs/connect/direct-charges
Thanks. What if we need to provide Dashboard to the sellers to distinguish the seller's sales and revenue from the specific product.
It's only possible for Standard connected account which has full dashboard access
Express connected account has limited dashboard access
If it's not possible to provide that, is there any other way to track the product's sales?
If it's not possible to provide that, is there any other way to track the product's sales?
Do you mean Express connected account?
Oh we are targeting the users from global so using express account is necessary
Yes
For Express connected accounts, you'd have to implement the sales dashboard on your own as it's not provided in Express dashboard
Hmm then putting aside of seller dashboard,
if I take this method, Is it possible for us to use stripe settle up system?
I'm afraid that when we settle up with sellers, transfer gets complicated because the user being not connected to product.
I'm expecting there might be tax issue when it comes to global sales
Unfortunately, sales data is not applicable in Express Dashboard as it's meant for Destination Charges/Separate Charges and Transfers with payment performed on the platform (with the products on the platform as well).
If you wish to create products and provide sales data, it's only possible with Standard connected account using Direct Charges.
What do you mean by settle up system? What is it for?
I mean that the automatic calculating of seller's cut of sales and tax function on the admin dashboard