#Manager_HighValue

1 messages · Page 1 of 1 (latest)

granite lightBOT
true crow
#

How are you integrating with Stripe today? Checkout? Elements?

muted bloom
#

It will be with API

true crow
#

Ok, but which payment UI?

#

Because you can only use our Products/Prices APIs for one-time payments with Checkout

muted bloom
#

I don't know yet, they haven't developed it yet. The intention is to have a Stripe landing page.
why? what are the options?

true crow
muted bloom
#

Sorry, I'll explain again.
There are types of customers.
I sell product A to customer X.
I sell product B to customer Y.
I sell product C to customer Z.
I know the types of customers before.
Now, I want to add to the customer an option to buy another product D, whose price actually depends on the type of customer he is.

true crow
#

Sure, cross-sells should fulfil that requirement if you're using Checkout (which is a Stripe 'landing page' like you described). Did you read the doc(s)?

#

i.e. you create a Checkout Session for customer X with product A, and on the page they are given opportunity to add product AA to their purchase

muted bloom
#

so i nees to have Products D.A and D.B and D.C ?
i cant do it with one Product - D and diffrent prices ?

true crow
#

No, you can't configure cross-sells on a Product with multiple prices

#

You'd need to model it as I described

muted bloom
#

I understood. Thank you!

true crow
#

np

muted bloom
#

I have another question -
Is it possible to cross-sell more than one product?

#

@true crow

true crow
#

It is not