#Manager_HighValue
1 messages · Page 1 of 1 (latest)
How are you integrating with Stripe today? Checkout? Elements?
It will be with API
Ok, but which payment UI?
Because you can only use our Products/Prices APIs for one-time payments with Checkout
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?
Then you likely want to look at Checkout: https://stripe.com/docs/payments/checkout
You can achieve what you describe by utilising cross-sells: https://stripe.com/docs/payments/checkout/cross-sells
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.
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
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 ?
No, you can't configure cross-sells on a Product with multiple prices
You'd need to model it as I described
I understood. Thank you!
np
I have another question -
Is it possible to cross-sell more than one product?
@true crow
It is not