#talmax
1 messages · Page 1 of 1 (latest)
👋 This channel is for questions with direct integration with Stripe. We are not familiar with third party apps
How do you dynamically get prices?
from a callback
do you know to add it to the stripe session?
Are the prices created with Stripe, or are they your internal prices?
Well, I need to calculate price by product
for shipping
because I am using the "flat_rate" option
I see! In this case, one way I can think of is:
- Store the price ID and its amount in your own database
- When the customer selects the price and quantity, calculate the total amount
- Calculate the shipping based on the total amount