#Rodimus-product-creation
1 messages · Page 1 of 1 (latest)
thx
Thank you for your patience
just wanted to follow up on the above
you can do either.
Ideally you create products on stripe and then use them as needed in your flow. You can also create ad-hoc products as you're carrying out "order transaction" (checkout, subscription etc..)
The only catch while creating ad-hoc products & prices is that you won't be able to update them or re-use them later
We are building a marketplace.. so the products will be created by vendors.. in that case I guess we have two options:
i) either we make an API call to stripe when the product is first created in Magento so that its available in stripe upon checkout
ii) create adhoc during purchase trx
Is there a limit of how many products stripe can have?
with a marketplace, we expect we would have a very high product count
also, the vendor can change prices for products anytime. Stripe is not the product or price master and we don't want stripe to validate the price
Is there a limit of how many products stripe can have?
I don't believe there are any limits on products / prices
also, the vendor can change prices for products anytime. Stripe is not the product or price master and we don't want stripe to validate the price
Not sure what validate the price means in this context buti(first) approach would help you manage products better on stripe and you can update the prices of the products any time.
So is there any issue if for the same product A we send, let's say, $60 as price.. and then then next day as part of the order trx, we send $55 instead of $60
would stripe reject or cause issue? or would it accept the revised price we sent
You can definitely have multiple prices on a product
Also, stripe will just create a charge for whatever amount that you pass in with your request.
Under Magento 2 config, based on the marketplace extension we are using, we see the following additional configs. However, I'm not sure where I can find this info from Stripe to provide here:
I don't really know anything about the extension.
Stripe Support should be able to help you out with that: https://support.stripe.com/contact
ok thanks