#belle-checkout-prices

1 messages · Page 1 of 1 (latest)

rocky helmBOT
dapper hare
#

Hi there! Not exactly, no. As you found with Checkout, you have two options: creating a Price and using that Price ID, or using line_items.price_data to create one-off prices on the fly

#

On the fly prices are automatically archived so they can't be reused for other customers. The "clutter" isn't really an issue here unless users need to quickly scan through the list of /prices in the Dashboard.

#

Is there no option like with PayPal where you can simply provide the cost and subscription period when creating the checkout page?
The only way to do this is to integrate with PaymentIntents directly instead of using Checkout

rocky helmBOT
#

belle-checkout-prices

gentle barn
#

Hey thanks!
I hadn't come across the option of using line_items.price_data. It looks like that accepts the same parameters as when creating a new price, is that correct?

dapper hare
#

Yep, that's right. If you use line_items.price_data, we'll create a new Price object in the background but that price object can't be reused

gentle barn
#

Alright, I'll go that route then since you said the clutter won't really be a concern.
And that would be by far the simplest option too

#

Appreciate it!