#torec

1 messages · Page 1 of 1 (latest)

copper sigilBOT
prisma quail
#

Hi there!

mental thorn
#

Hi

prisma quail
mental thorn
#

Is there an example of One time fee and Subscription together?

mental thorn
prisma quail
#

What would be the tool I would need to use? I thought it would be a complex scenario.
Step 1: build your own UI for the user to tell you which option they want.
Step 2: use Payment Element or Checkout Session to actually accept the payment.

mental thorn
#

Ok. Thank you. I'll try that. Step 1 is done. Up to part 2.
What do you think will be more recommended to look at first.
Payment element or checkout session?

prisma quail
#

We recommend Checkout Session because it's simpler to implement and usually works better (since it's hosted by Stripe).

mental thorn
#

Hi os4m37, I asked a similar question which you helped me before.

#

OK. so I just played with Checkout Session and it seems to work so this is great. for point 4..

#

this is a graduated price but this is a one-time payment. what kind of product do I need to create in Stripe in order to make it work.

#

can I create a "Temporary Product" dynamically named it and give it a price? is that the solution?

full wave
#

For on-time payment, you need to manage the graduated price by your own (your integration) and use PaymentIntent/Manual Invoice in order to charge the customer. Or create a Subscription/Subscription Schedule for one billing period (it can be just one day) and then cancel the subscription

mental thorn
#

but how do I add it to the "Item_list" in stripe checkout? can I do Manual Item? in stripe session checkout

#

I already managed the price on my integration, I'm working on the billing part now.

mental thorn
#

OK thank you, I will try that. I will probably have more questions later, is it possible to keep it open?

#

on success, I would need to "look-out" for a webhook correct?
and where do I add\remove options like apply pay and such?

#

thank you!!!

#

you are all awesome!

full wave
mental thorn
#

Thank you very much!

full wave
#

Np!

copper sigilBOT