#alex.esch
1 messages · Page 1 of 1 (latest)
Sure, you can create prices inline with the Checkout API. See: https://stripe.com/docs/products-prices/pricing-models#inline-pricing
That example uses Subscriptions, but same parameters apply to Checkout
hello, thank you
@digital rock
but, we are using payment intent with stripe elements right now
in case of migration to checkout, we will be not able to use custom workflow?
our goal is to have products inside payments, so we can calculate MRR
what is the best solution in your opinion?
we would like to preserve the current custom checkout flow
Well if you're calculating MRR then that would suggest you have a recurring payments business?
So you'd be using Billing/Subscriptions, not Payment Intents directly
we are using both of them
And they do support Products/Prices, unlike Payment Intents
in both cases we are using payment intents
so, when new subscription should be placed, we are creating new subscription, what's fine
but also we are selling bundles. which contains
- kit (product)
- list of apps (products)
- shipping (product)
- membership (subscription)
right now, everything is being managed by payment intent
so it looks like
we would like to have products inside payments
Yep, one-time Payment Intents don't support line items and Products/Prices
Not without Checkout anyway
so.. as orders are deprecated, we can only use checkout, but it will be not a custom solution, but checkout based
right?
checkout based, means all ui will be provided by your side, and it will be hosted on custom domain
Yes, but we're soon launching an embedded version: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=embedded-checkout