#roob-Checkout

1 messages ยท Page 1 of 1 (latest)

crisp glacier
#

๐Ÿ‘‹ happy to help

#

can we build a chekout session with direct charge without creating a product price id previously?
yes

#

Like no direct charges
I don't understand what do you mean here

deep canopy
#

example

'line_items' => [
[
'name' => 'Product',
'amount' => 123,
'currency' => 'EUR'
'quantity' => 1,
]
],

#

this not work for direct charges

crisp glacier
#

you'd have to pass in price_data

deep canopy
#

okay we are going to try this thx!

crisp glacier
#

you're welcome

#

let me know if you need any more help