#MarkoBoras

1 messages · Page 1 of 1 (latest)

willow escarpBOT
tribal turtle
#

I have worked only with type subscription and I am not sure how to handle this.

inner frost
#

Hi! Let me help you with this.

tribal turtle
#

If I have explained badly I'll explain again.

inner frost
tribal turtle
#

But I still need to create products in Stripe?

#

because this is the app that I need to create

#

Client has some big arena where players can play

  • Laser Tag
  • Escape Room
  • Birthday special (book everything)

Then each of them has a lot of different cases to handle and I don't what price will be because price is changed according to number of people, time slot and upsells (cake, gopro,photographer,....)

#

I don't want to bother you with my business logic but do you understand what I need to achieve

inner frost
tribal turtle
#

I don't see where I can pass the price

#

are you here

#

I'll ask someone else help

#

nvm

inner frost
#

Hi, yes

#

Sorry for delay.

inner frost
#

I don't know if you need to use product_data, it depends on how many distinct product name/image/descriptions you have.

#

If you have a limited amount it's better to pre-create them in the Dashboard

tribal turtle
#

I need to explain this more because I still don't know how to ask you some questions.

inner frost
#

Sure, I'll try to give you an example

#

What programming language are you using?

tribal turtle
#

I see that I need to use volume pricing for number of people and graduated pricing because my client wants this case for example

  • 8people 150$
  • each new user is 10$
#

typescript

#

or if you want more specific

#

react,typescript and firebase functions as a backend

inner frost
#

It's a one-time payment, right?

tribal turtle
#

yeah

#

for example this is easy case

#

one of them

#

how would you handle this

#
  • Single Game

Capacity: 1-4players (Reserve a spot for up to 4players)
Price: 5€ per person (Without a membership card)

#

as you can see I don't know in advance what user will advance

#

this case is just a one of many cases like this

inner frost
#

Do you want them to select the number of people on your website on on Stripe Checkout page?

tribal turtle
#

can they do that on checkout

#

whatever they can do on checkout

#

I would do that

#

what's the difference if you can help me please

inner frost
tribal turtle
#

can I handle this case in checkout

#

there is some arena that has 16 people capacity

#

one person is 10$

#

if user books arena for 9 or less people he needs to pay additional 50$ to have arena for himself
if user books arena for 10-16 that is free then

so for example 7people is 70$ +50$

#

can I handle that through checkout or I should do that through my app

inner frost
#

I understand, let me check quickly

#

No, unfortunately it is not possible. You will need to do the calculation on your website, and then submit the final amount to Checkout Session in price_data.amount

tribal turtle
#

ok

#

thanks man

inner frost
#

Happy to help. Please, let me know if you have any other questions.