#wizzmotion

1 messages · Page 1 of 1 (latest)

strange masonBOT
subtle cloud
winged escarp
#

even if I already have an user with same email ?

#

@subtle cloud ?

subtle cloud
#

Correct

winged escarp
#

So the only way is to create my own custom pricing table?

#

then I can create a payment using my own customers id?

subtle cloud
#

Yes, the Pricing Table operates similarly to Payment Links and neither one is Customer specific.

#

What you can do to reduce the amount of overhead would be to create a Pricing Table UI but use Stripe Checkout Sessions to create the link that each button would use

#

That would be linked to your customer

winged escarp
#

In fact if I build my own pricing table I can charge users withou leave my Desktop app correct?

subtle cloud
#

How would you collect payment method information?

winged escarp
#

Using UI elements provided by Stripe?

#

in my React Application.

#

My App runs into Chromium.

subtle cloud
#

I'm not 100% certain of our ability to support Chromium. Have you built and tested this workflow?

winged escarp
subtle cloud
#

I understand that. And I am asking if you have a complete end-to-end test workflow built

winged escarp
winged escarp
subtle cloud
#

The approach i am suggesting with the Checkout Session would involve you building the front-end that looks like a pricing table. Your back-end would create the Customer specific Checkout Session for each of the options they have and you would use the Session URL to redirect your customers to the Stripe Checkout page: https://stripe.com/docs/payments/accept-a-payment

winged escarp
#

ok. I got what you mean.
I guide user on my side until he click to pay, then redirect him to a stripe checkout page.
That's it?

And is possible to have a Tier option into that checkout page? or a Monthly/Yearly option?
or already add a discount code when I send him to a Checkout page?

subtle cloud
#

You can also add discounts either directly on your server or provide the Customer with a promotion code they can apply.

winged escarp
#

So if I show the discount previously in my own pricing table ui, or user provide me a valid discount code (that I can check before, using api), When I send him to a checkout page, is possible to already pre-fill a discount code field?

subtle cloud
#

Yes that is possible

winged escarp
#

Do you think I'll have more conversions, making users leave my APP, and finalizing purchase into browser? Or if i can use Stripe UI elements inside my desktop app, this will make no difference?

subtle cloud
#

Unfortunately I can only advise on how you implement Stripe tech using our APIs. I dont' have any insight into conversion rates.

winged escarp
#

Sure... sorry for that question

subtle cloud
#

No worries,

winged escarp
#

I just don't understand how can I send a user to a page with variable tiers, or monthly/yearly offers...
If I'll send him with a pi already filled.

subtle cloud
#

What do you mean "a pi already filled"?

#

The Checkout Session doesn't create a Payment Intent until the user makes their selection

winged escarp
#

mmm, so I can send him to a checkout session and then display all my products there?

#

but if he decide this purchase will be using my own customer id?
almost the same of a Pricing Table, but with control?

subtle cloud
#

No I'm sorry I think you are confusing the level of customization here.

#

Checkout is in between these two options

winged escarp
#

Sorry ... not all my products, but all variations of prices and tiers for a same product.

#

that's what I try to say

subtle cloud
#

I don't think you can offer all that

#

But it is easy to test out

#

I would recommend you create some test Checkout Sessions using prices with configured tiers and/or upsells to see for yourself what the UI is capable of