#usamarashad
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.
- usamarashad, 1 hour ago, 17 messages
- usamarashad, 4 hours ago, 16 messages
- usamarashad-webhooks, 16 hours ago, 16 messages
- usamarashad, 1 day ago, 4 messages
- usamarashad, 1 day ago, 8 messages
- usamarashad, 1 day ago, 6 messages
and 2 more
👋 happy to help
I appreciate it.
is this about recurring payments or one-off?
its recurring payments. I have already worked with the subscriptions API with a single product id. I need to now extend the application for tiered services/products.
Although, I would like to know for my knowledge how the procedure would be different for one-off payments.
for one-off I would have suggested storing the products/prices and logic on your own side since PaymentIntents only need an amount
for tiered pricing you can take a look at https://stripe.com/docs/products-prices/pricing-models#tiered-pricing
Ok thanks I will read through it.