#prycellek-react-checkou

1 messages ยท Page 1 of 1 (latest)

swift imp
#

Don't use any of this, it's been deprecated for a long time

limpid widget
#

Thanks for claryfication ๐Ÿ™‚

#

I will try with payment-links

swift imp
#

awesome!

limpid widget
#

@swift imp I just reviewed this options and them will not suit for my project. Can i just confirm if there is any other option like express checkout where you can pass dynamic data instead of defining this objects first and reference by id?

swift imp
#

I mean this is literally option 1!

#

if you want dynamic pricing, you create a Checkout Session with the relevant line item(s)

limpid widget
#

Sorry if I'm not understanding properly but in .net example I have to specify Price item id LineItems = new List<SessionLineItemOptions>
{
new SessionLineItemOptions
{
Price = "price_H5ggYwtDq4fbrJ",
Quantity = 2,
},
},

#

is it posssible to do like price: 100, currency: "usd" instead of predefining it first and reference to price?

swift imp
#

kind of

limpid widget
#

thank you ๐Ÿ‘

swift imp
#

Does that solve your issue?

limpid widget
#

yes, I will be able to process further with that! Thank you for great support!