Great question! You can set up variable quantities in a similar way-Stripe supports a concept of “per-seat licensing”, often referred to as setting a quantity on a subscription. You can adjust the cost per seat based on the number of seats in a subscription by using tiers to adjust per-seat pricing source. You can read more about this here: docs.stripe.com/billing/subscriptions/quantities.
Your tutorial is explained very well. Would you advise me on how to charge each customer a variable price? That means customers do not have control over the price.
Awesome, I just developed this exact scenario last week and glad to see I did it the recommended way. It took a bit of experimentation, pity the video wasn't a week earlier! I am doing recurring donations next so a follow up video on that would be great :)
Hey Ed! If you want to use price_data to create a new Price for the exact amount you're are charging the customer, we suggest reviewing: stripe.com/docs/payments/checkout/migrating-prices#server-side-code-for-inline-items.
Can you do this for subscription plans? For instance, the first month it charges $10 and the second month it charges $12.5, and how much it actually charges for each customer is calculated dynamically according to the customer's input?
Hello-we want to make sure we understand your request. Are you wanting a way to charge different customers varying prices for the same product or subscription?
01:34 when I try to add a new price to my existing product it dont show the option of customer choose price as you show in the video.actually I want to collect recurring donations I want a fix price and the custom price but i dont know how to add change amount button under the fix price.please help
Is it possible to create payment links for variable payments? I want to be able to send a payment link to my clients but would need to be able to manipulate the price depending on the package that my client is purchasing, as each one is different and there are too many variations to create separate payment links (we are photographers)
Hi there-great question! Stripe offers quite a few different pricing models, including tiered and even pay-what-you-want pricing. We'd recommend taking a look at the doc for more information on tiered pricing, with pay-what-you-want being further down the page, here: stripe.com/docs/products-prices/pricing-models#tiered-pricing
Thank you for this. Can you point me in the right direction to get different prices for a variable, for example if I want to add extra $ for different material on the same product?
There is no way for the logged in user to set a price? I have a site where users register and sell there items so i would like the user to be able to set the price then another user to buy ?
Hey there-we're happy to answer your question, but we need a bit more info. Are you using Stripe Connect? Can you tell us a bit more about how you and your customers are using Stripe? You can also post your question here to get help from the Stripe Dev team: discord.com/invite/RuJnSBXrQn.
Hi there-can you elaborate? Do you mean the demo store being used in the video? Or do you mean specific API Code for variable pricing? If it's the latter, we have the API information here: stripe.com/docs/products-prices/pricing-models#variable-pricing.
Hello there , I just found out about this tutorial and wonder is this possible with payment,I've successfuly built payment page with this tutorial : ruclips.net/video/OGmEZbLMjOs/видео.html , but needs to pass dynamic total to amount in ruby,is there tutorial for that or some page?
Hi Deni-while we don't have a Ruby specific tutorial, you can see the code for that in our docs here: stripe.com/docs/products-prices/pricing-models#variable-pricing.
@@StripeDev Hi - thanks for the respond,I checked link but I cant combine it with my payment intent code.I sent you mail with my code on support mail adress
Great question! You can set up variable quantities in a similar way-Stripe supports a concept of “per-seat licensing”, often referred to as setting a quantity on a subscription. You can adjust the cost per seat based on the number of seats in a subscription by using tiers to adjust per-seat pricing source.
You can read more about this here: docs.stripe.com/billing/subscriptions/quantities.
Your tutorial is explained very well. Would you advise me on how to charge each customer a variable price? That means customers do not have control over the price.
Awesome, I just developed this exact scenario last week and glad to see I did it the recommended way. It took a bit of experimentation, pity the video wasn't a week earlier!
I am doing recurring donations next so a follow up video on that would be great :)
Very helpful guide, everything was explained extremely well. Thanks!
This is so AMAZING. How can we send Custom Variables using this method? There must be a way. Thanks.
Hey Ed! If you want to use price_data to create a new Price for the exact amount you're are charging the customer, we suggest reviewing: stripe.com/docs/payments/checkout/migrating-prices#server-side-code-for-inline-items.
Can you do this for subscription plans? For instance, the first month it charges $10 and the second month it charges $12.5, and how much it actually charges for each customer is calculated dynamically according to the customer's input?
Hello-we want to make sure we understand your request. Are you wanting a way to charge different customers varying prices for the same product or subscription?
Will it be okay if there will be too many custom price added due to this donation mechanism?
Yes, you can create as many as you'd like!
01:34 when I try to add a new price to my existing product it dont show the option of customer choose price as you show in the video.actually I want to collect recurring donations I want a fix price and the custom price but i dont know how to add change amount button under the fix price.please help
Hey! Feel free to reach out to our team on Discord at stripe.com/go/developer-chat and we can help you further.
How can you do a variable quantity like this?
Is it possible to create payment links for variable payments? I want to be able to send a payment link to my clients but would need to be able to manipulate the price depending on the package that my client is purchasing, as each one is different and there are too many variations to create separate payment links (we are photographers)
Hi there-great question! Stripe offers quite a few different pricing models, including tiered and even pay-what-you-want pricing. We'd recommend taking a look at the doc for more information on tiered pricing, with pay-what-you-want being further down the page, here: stripe.com/docs/products-prices/pricing-models#tiered-pricing
Were you able to implement such payment structure? I kinda want to do to the same thing using Stripe, but in my knowledge its kinda tricky to do
Thank you for this. Can you point me in the right direction to get different prices for a variable, for example if I want to add extra $ for different material on the same product?
Hi Shingai! This doc should help: stripe.com/docs/products-prices/manage-prices
@@StripeDev Thank you very much!
There is no way for the logged in user to set a price? I have a site where users register and sell there items so i would like the user to be able to set the price then another user to buy ?
Hey there-we're happy to answer your question, but we need a bit more info. Are you using Stripe Connect? Can you tell us a bit more about how you and your customers are using Stripe? You can also post your question here to get help from the Stripe Dev team: discord.com/invite/RuJnSBXrQn.
tutorial would be great if i could find the source code you were using
Hi there-can you elaborate? Do you mean the demo store being used in the video? Or do you mean specific API Code for variable pricing? If it's the latter, we have the API information here: stripe.com/docs/products-prices/pricing-models#variable-pricing.
Salut comment sa fonctionne en Afrique de l'ouest précisément en Côte d'Ivoire Abidjan ?
Le plus important Yacouba, ce sont les cartes, si tuas un mastercard ou visa cela peut marcher
Is it possible to know how much the user donated ?
Every payment will be listed on your dashboard.
How to use stripes with Routes
What font is that?
And theme?
Hello there , I just found out about this tutorial and wonder is this possible with payment,I've successfuly built payment page with this tutorial : ruclips.net/video/OGmEZbLMjOs/видео.html , but needs to pass dynamic total to amount in ruby,is there tutorial for that or some page?
Hi Deni-while we don't have a Ruby specific tutorial, you can see the code for that in our docs here: stripe.com/docs/products-prices/pricing-models#variable-pricing.
@@StripeDev Hi - thanks for the respond,I checked link but I cant combine it with my payment intent code.I sent you mail with my code on support mail adress